Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Container for nested types declared in the MPModelRequest message type. More...
Public Types | |
enum | SolverType { ClpLinearProgramming = 0 , GlopLinearProgramming = 2 , GlpkLinearProgramming = 1 , GurobiLinearProgramming = 6 , XpressLinearProgramming = 101 , CplexLinearProgramming = 10 , HighsLinearProgramming = 15 , ScipMixedIntegerProgramming = 3 , GlpkMixedIntegerProgramming = 4 , CbcMixedIntegerProgramming = 5 , GurobiMixedIntegerProgramming = 7 , XpressMixedIntegerProgramming = 102 , CplexMixedIntegerProgramming = 11 , HighsMixedIntegerProgramming = 16 , BopIntegerProgramming = 12 , SatIntegerProgramming = 14 , PdlpLinearProgramming = 8 , KnapsackMixedIntegerProgramming = 13 } |
The solver type, which will select a specific implementation, and will also impact the interpretation of the model (i.e. are we solving the problem as a mixed integer program or are we relaxing it as a continuous linear program?). This must remain consistent with MPSolver::OptimizationProblemType. More... | |
Container for nested types declared in the MPModelRequest message type.
Definition at line 6877 of file LinearSolver.pb.cs.
The solver type, which will select a specific implementation, and will also impact the interpretation of the model (i.e. are we solving the problem as a mixed integer program or are we relaxing it as a continuous linear program?). This must remain consistent with MPSolver::OptimizationProblemType.
Definition at line 6885 of file LinearSolver.pb.cs.