Uses of Enum
com.google.ortools.linearsolver.MPSolverParameters.IntegerParam
Packages that use MPSolverParameters.IntegerParam
-
Uses of MPSolverParameters.IntegerParam in com.google.ortools.linearsolver
Subclasses with type arguments of type MPSolverParameters.IntegerParam in com.google.ortools.linearsolverModifier and TypeClassDescriptionstatic enum
Enumeration of parameters that take integer or categorical values.Methods in com.google.ortools.linearsolver that return MPSolverParameters.IntegerParamModifier and TypeMethodDescriptionMPSolverParameters.IntegerParam.swigToEnum
(int swigValue) Returns the enum constant of this type with the specified name.static MPSolverParameters.IntegerParam[]
MPSolverParameters.IntegerParam.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.linearsolver with parameters of type MPSolverParameters.IntegerParamModifier and TypeMethodDescriptionint
MPSolverParameters.getIntegerParam
(MPSolverParameters.IntegerParam param) Returns the value of an integer parameter.void
MPSolverParameters.setIntegerParam
(MPSolverParameters.IntegerParam param, int value) Sets a integer parameter to a specific value.