Uses of Enum
com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues
Packages that use MPSolverParameters.IncrementalityValues
-
Uses of MPSolverParameters.IncrementalityValues in com.google.ortools.linearsolver
Subclasses with type arguments of type MPSolverParameters.IncrementalityValues in com.google.ortools.linearsolverModifier and TypeClassDescriptionstatic enum
Advanced usage: Incrementality options.Methods in com.google.ortools.linearsolver that return MPSolverParameters.IncrementalityValuesModifier and TypeMethodDescriptionMPSolverParameters.getKDefaultIncrementality()
MPSolverParameters.IncrementalityValues.swigToEnum
(int swigValue) Returns the enum constant of this type with the specified name.MPSolverParameters.IncrementalityValues.values()
Returns an array containing the constants of this enum type, in the order they are declared.