Package | Description |
---|---|
com.google.ortools.linearsolver |
Modifier and Type | Method and Description |
---|---|
static MPSolverParameters.DoubleParam |
MPSolverParameters.DoubleParam.swigToEnum(int swigValue) |
static MPSolverParameters.DoubleParam |
MPSolverParameters.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.
|
Modifier and Type | Method and Description |
---|---|
double |
MPSolverParameters.getDoubleParam(MPSolverParameters.DoubleParam param)
Returns the value of a double parameter.
|
void |
MPSolverParameters.setDoubleParam(MPSolverParameters.DoubleParam param,
double value)
Sets a double parameter to a specific value.
|
Copyright © 2025. All rights reserved.