Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Streamable Gurobi specific parameters for solver instantiation. More...
#include <streamable_solver_init_arguments.h>
Public Member Functions | |
GurobiInitializerProto | Proto () const |
Returns the proto corresponding to these parameters. | |
Static Public Member Functions | |
static StreamableGurobiInitArguments | FromProto (const GurobiInitializerProto &args_proto) |
Parses the proto corresponding to these parameters. | |
Public Attributes | |
std::optional< GurobiISVKey > | isv_key |
Streamable Gurobi specific parameters for solver instantiation.
Definition at line 67 of file streamable_solver_init_arguments.h.
|
static |
Parses the proto corresponding to these parameters.
Definition at line 54 of file streamable_solver_init_arguments.cc.
GurobiInitializerProto operations_research::math_opt::StreamableGurobiInitArguments::Proto | ( | ) | const |
Returns the proto corresponding to these parameters.
Definition at line 44 of file streamable_solver_init_arguments.cc.
std::optional<GurobiISVKey> operations_research::math_opt::StreamableGurobiInitArguments::isv_key |
An optional ISV key to use to instantiate the solver. This is ignored if a primary_env
is provided in NonStreamableGurobiInitArguments
.
Definition at line 70 of file streamable_solver_init_arguments.h.