Uses of Enum
com.google.ortools.linearsolver.MPSolverParameters.IntegerParam
Packages that use MPSolverParameters.IntegerParam
-
Uses of MPSolverParameters.IntegerParam in com.google.ortools.linearsolver
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 TypeMethodDescriptionintMPSolverParameters.getIntegerParam(MPSolverParameters.IntegerParam param) Returns the value of an integer parameter.voidMPSolverParameters.setIntegerParam(MPSolverParameters.IntegerParam param, int value) Sets a integer parameter to a specific value.