Uses of Class
com.google.ortools.linearsolver.MPSolverParameters.IntegerParam
-
Packages that use MPSolverParameters.IntegerParam Package Description com.google.ortools.linearsolver -
-
Uses of MPSolverParameters.IntegerParam in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPSolverParameters.IntegerParam Modifier and Type Method Description static MPSolverParameters.IntegerParamMPSolverParameters.IntegerParam. swigToEnum(int swigValue)static MPSolverParameters.IntegerParamMPSolverParameters.IntegerParam. valueOf(java.lang.String name)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.IntegerParam Modifier and Type Method Description intMPSolverParameters. 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.
-