Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <gurobi_isv.h>
Public Attributes | |
std::string | name |
std::string | application_name |
int32_t | expiration = 0 |
Zero means no expiration. | |
std::string | key |
An ISV key for the Gurobi solver, an alternative to using a license file.
See http://www.gurobi.com/products/licensing-pricing/isv-program.
Definition at line 28 of file gurobi_isv.h.
std::string operations_research::math_opt::GurobiIsvKey::application_name |
Definition at line 30 of file gurobi_isv.h.
int32_t operations_research::math_opt::GurobiIsvKey::expiration = 0 |
Zero means no expiration.
Definition at line 32 of file gurobi_isv.h.
std::string operations_research::math_opt::GurobiIsvKey::key |
Definition at line 33 of file gurobi_isv.h.
std::string operations_research::math_opt::GurobiIsvKey::name |
Definition at line 29 of file gurobi_isv.h.