Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | Emphasis |
class | GlpkParameters |
class | GurobiParameters |
class | LPAlgorithm |
class | SolveParameters |
class | SolverType |
Functions | |
Optional[SolverType] | solver_type_from_proto (math_opt_parameters_pb2.SolverTypeProto proto_value) |
math_opt_parameters_pb2.SolverTypeProto | solver_type_to_proto (Optional[SolverType] solver_type) |
Optional[LPAlgorithm] | lp_algorithm_from_proto (math_opt_parameters_pb2.LPAlgorithmProto proto_value) |
math_opt_parameters_pb2.LPAlgorithmProto | lp_algorithm_to_proto (Optional[LPAlgorithm] lp_algorithm) |
Optional[Emphasis] | emphasis_from_proto (math_opt_parameters_pb2.EmphasisProto proto_value) |
math_opt_parameters_pb2.EmphasisProto | emphasis_to_proto (Optional[Emphasis] emphasis) |
Configures the solving of an optimization model.
Optional[Emphasis] ortools.math_opt.python.parameters.emphasis_from_proto | ( | math_opt_parameters_pb2.EmphasisProto | proto_value | ) |
Definition at line 192 of file parameters.py.
math_opt_parameters_pb2.EmphasisProto ortools.math_opt.python.parameters.emphasis_to_proto | ( | Optional[Emphasis] | emphasis | ) |
Definition at line 200 of file parameters.py.
Optional[LPAlgorithm] ortools.math_opt.python.parameters.lp_algorithm_from_proto | ( | math_opt_parameters_pb2.LPAlgorithmProto | proto_value | ) |
Definition at line 143 of file parameters.py.
math_opt_parameters_pb2.LPAlgorithmProto ortools.math_opt.python.parameters.lp_algorithm_to_proto | ( | Optional[LPAlgorithm] | lp_algorithm | ) |
Definition at line 151 of file parameters.py.
Optional[SolverType] ortools.math_opt.python.parameters.solver_type_from_proto | ( | math_opt_parameters_pb2.SolverTypeProto | proto_value | ) |
Definition at line 94 of file parameters.py.
math_opt_parameters_pb2.SolverTypeProto ortools.math_opt.python.parameters.solver_type_to_proto | ( | Optional[SolverType] | solver_type | ) |
Definition at line 102 of file parameters.py.