Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ortools.math_opt.python.parameters Namespace Reference

Classes

class  Emphasis
 
class  GlpkParameters
 
class  GurobiParameters
 
class  LPAlgorithm
 
class  SolveParameters
 
class  SolverType
 

Functions

Optional[SolverTypesolver_type_from_proto (math_opt_parameters_pb2.SolverTypeProto proto_value)
 
math_opt_parameters_pb2.SolverTypeProto solver_type_to_proto (Optional[SolverType] solver_type)
 
Optional[LPAlgorithmlp_algorithm_from_proto (math_opt_parameters_pb2.LPAlgorithmProto proto_value)
 
math_opt_parameters_pb2.LPAlgorithmProto lp_algorithm_to_proto (Optional[LPAlgorithm] lp_algorithm)
 
Optional[Emphasisemphasis_from_proto (math_opt_parameters_pb2.EmphasisProto proto_value)
 
math_opt_parameters_pb2.EmphasisProto emphasis_to_proto (Optional[Emphasis] emphasis)
 

Detailed Description

Configures the solving of an optimization model.

Function Documentation

◆ emphasis_from_proto()

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.

◆ emphasis_to_proto()

math_opt_parameters_pb2.EmphasisProto ortools.math_opt.python.parameters.emphasis_to_proto ( Optional[Emphasis] emphasis)

Definition at line 200 of file parameters.py.

◆ lp_algorithm_from_proto()

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.

◆ lp_algorithm_to_proto()

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.

◆ solver_type_from_proto()

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.

◆ solver_type_to_proto()

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.