Uses of Enum
com.google.ortools.linearsolver.MPSolverParameters.DoubleParam
Packages that use MPSolverParameters.DoubleParam
-
Uses of MPSolverParameters.DoubleParam in com.google.ortools.linearsolver
Subclasses with type arguments of type MPSolverParameters.DoubleParam in com.google.ortools.linearsolverModifier and TypeClassDescriptionstatic enumEnumeration of parameters that take continuous values.Methods in com.google.ortools.linearsolver that return MPSolverParameters.DoubleParamModifier and TypeMethodDescriptionMPSolverParameters.DoubleParam.swigToEnum(int swigValue) 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.DoubleParamModifier and TypeMethodDescriptiondoubleMPSolverParameters.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.