Uses of Enum
com.google.ortools.linearsolver.MPSolverParameters.PresolveValues
Packages that use MPSolverParameters.PresolveValues
-
Uses of MPSolverParameters.PresolveValues in com.google.ortools.linearsolver
Subclasses with type arguments of type MPSolverParameters.PresolveValues in com.google.ortools.linearsolverModifier and TypeClassDescriptionstatic enum
For each categorical parameter, enumeration of possible values.Methods in com.google.ortools.linearsolver that return MPSolverParameters.PresolveValuesModifier and TypeMethodDescriptionMPSolverParameters.getKDefaultPresolve()
MPSolverParameters.PresolveValues.swigToEnum
(int swigValue) Returns the enum constant of this type with the specified name.static MPSolverParameters.PresolveValues[]
MPSolverParameters.PresolveValues.values()
Returns an array containing the constants of this enum type, in the order they are declared.