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