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

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)
 

Detailed Description

Configures the instantiation of the underlying solver.

Function Documentation

◆ gurobi_isv_key_from_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.

◆ streamable_gurobi_init_arguments_from_proto()

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.

◆ streamable_solver_init_arguments_from_proto()

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.