Modifier and Type | Method and Description |
---|---|
static GRB.DoubleParam |
GRB.DoubleParam.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GRB.DoubleParam[] |
GRB.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 |
GRBModel.get(GRB.DoubleParam param)
Query the value of a double-valued parameter.
|
double |
GRBEnv.get(GRB.DoubleParam param)
Query the value of a double-valued parameter.
|
void |
GRBEnv.getParamInfo(GRB.DoubleParam param,
double[] info)
Obtain detailed information about a double parameter.
|
void |
GRBModel.set(GRB.DoubleParam param,
double newval)
Set the value of a double-valued parameter.
|
void |
GRBEnv.set(GRB.DoubleParam param,
double newval)
Set the value of a double-valued parameter.
|
Copyright © 2024. All rights reserved.