![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Configures the instantiation of the underlying solver.
Classes | |
| class | GurobiISVKey |
| class | StreamableCpSatInitArguments |
| class | StreamableEcosInitArguments |
| class | StreamableGlopInitArguments |
| class | StreamableGlpkInitArguments |
| class | StreamableGScipInitArguments |
| class | StreamableGurobiInitArguments |
| class | StreamableHighsInitArguments |
| class | StreamableOsqpInitArguments |
| class | StreamablePdlpInitArguments |
| class | StreamableSantoriniInitArguments |
| class | StreamableScsInitArguments |
| class | StreamableSolverInitArguments |
Functions | |
| GurobiISVKey | gurobi_isv_key_from_proto (gurobi_pb2.GurobiInitializerProto.ISVKey proto) |
| StreamableGurobiInitArguments | streamable_gurobi_init_arguments_from_proto (gurobi_pb2.GurobiInitializerProto proto) |
| StreamableSolverInitArguments | streamable_solver_init_arguments_from_proto (parameters_pb2.SolverInitializerProto proto) |
| GurobiISVKey ortools.math_opt.python.init_arguments.gurobi_isv_key_from_proto | ( | gurobi_pb2.GurobiInitializerProto.ISVKey | proto | ) |
Returns an equivalent GurobiISVKey to the input proto.
Definition at line 56 of file init_arguments.py.
| StreamableGurobiInitArguments ortools.math_opt.python.init_arguments.streamable_gurobi_init_arguments_from_proto | ( | gurobi_pb2.GurobiInitializerProto | proto | ) |
Returns an equivalent StreamableGurobiInitArguments to the input proto.
Definition at line 81 of file init_arguments.py.
| StreamableSolverInitArguments ortools.math_opt.python.init_arguments.streamable_solver_init_arguments_from_proto | ( | parameters_pb2.SolverInitializerProto | proto | ) |
Returns an equivalent StreamableSolverInitArguments to the input proto.
Definition at line 173 of file init_arguments.py.