Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <streamable_solver_init_arguments.h>
Public Member Functions | |
GurobiInitializerProto::ISVKey | Proto () const |
Static Public Member Functions | |
static GurobiISVKey | FromProto (const GurobiInitializerProto::ISVKey &key_proto) |
Public Attributes | |
std::string | name |
std::string | application_name |
int32_t | expiration = 0 |
std::string | key |
An ISV key for the Gurobi solver.
See http://www.gurobi.com/products/licensing-pricing/isv-program.
Definition at line 55 of file streamable_solver_init_arguments.h.
|
static |
Definition at line 34 of file streamable_solver_init_arguments.cc.
GurobiInitializerProto::ISVKey operations_research::math_opt::GurobiISVKey::Proto | ( | ) | const |
Definition at line 25 of file streamable_solver_init_arguments.cc.
std::string operations_research::math_opt::GurobiISVKey::application_name |
Definition at line 57 of file streamable_solver_init_arguments.h.
int32_t operations_research::math_opt::GurobiISVKey::expiration = 0 |
Definition at line 58 of file streamable_solver_init_arguments.h.
std::string operations_research::math_opt::GurobiISVKey::key |
Definition at line 59 of file streamable_solver_init_arguments.h.
std::string operations_research::math_opt::GurobiISVKey::name |
Definition at line 56 of file streamable_solver_init_arguments.h.