Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Initialization arguments. More...
#include <solver_interface.h>
Public Attributes | |
SolverInitializerProto | streamable |
const NonStreamableSolverInitArguments * | non_streamable = nullptr |
Initialization arguments.
Definition at line 55 of file solver_interface.h.
const NonStreamableSolverInitArguments* operations_research::math_opt::SolverInterface::InitArgs::non_streamable = nullptr |
All parameters that can't be exchanged with another process. The caller keeps ownership of non_streamable.
Definition at line 62 of file solver_interface.h.
SolverInitializerProto operations_research::math_opt::SolverInterface::InitArgs::streamable |
All parameters that can be stored in a proto and exchange with other processes.
Definition at line 58 of file solver_interface.h.