Uses of Class
com.google.ortools.linearsolver.MPSolverParameters.DoubleParam
-
Packages that use MPSolverParameters.DoubleParam Package Description com.google.ortools.linearsolver -
-
Uses of MPSolverParameters.DoubleParam in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPSolverParameters.DoubleParam Modifier and Type Method Description static MPSolverParameters.DoubleParamMPSolverParameters.DoubleParam. swigToEnum(int swigValue)static MPSolverParameters.DoubleParamMPSolverParameters.DoubleParam. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MPSolverParameters.DoubleParam[]MPSolverParameters.DoubleParam. 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.DoubleParam Modifier and Type Method Description doubleMPSolverParameters. getDoubleParam(MPSolverParameters.DoubleParam param)Returns the value of a double parameter.voidMPSolverParameters. setDoubleParam(MPSolverParameters.DoubleParam param, double value)Sets a double parameter to a specific value.
-