Enum MPSolver.OptimizationProblemType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<MPSolver.OptimizationProblemType>
    Enclosing class:
    MPSolver

    public static enum MPSolver.OptimizationProblemType
    extends java.lang.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).