Enum MPSolver.OptimizationProblemType

java.lang.Object
java.lang.Enum<MPSolver.OptimizationProblemType>
com.google.ortools.linearsolver.MPSolver.OptimizationProblemType
All Implemented Interfaces:
Serializable, Comparable<MPSolver.OptimizationProblemType>, java.lang.constant.Constable
Enclosing class:
MPSolver

public static enum MPSolver.OptimizationProblemType extends Enum<MPSolver.OptimizationProblemType>
The type of problems (LP or MIP) that will be solved and the underlying
solver (GLOP, GLPK, CLP, CBC or SCIP) that will solve them. This must
remain consistent with MPModelRequest::OptimizationProblemType
(take particular care of the open-source version).