Modifier and Type | Method and Description |
---|---|
static GRB.IntParam |
GRB.IntParam.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GRB.IntParam[] |
GRB.IntParam.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
GRBModel.get(GRB.IntParam param)
Query the value of an int-valued parameter.
|
int |
GRBEnv.get(GRB.IntParam param)
Query the value of an int-valued parameter.
|
void |
GRBEnv.getParamInfo(GRB.IntParam param,
int[] info)
Obtain detailed information about an integer parameter.
|
void |
GRBModel.set(GRB.IntParam param,
int newval)
Set the value of an int-valued parameter.
|
void |
GRBEnv.set(GRB.IntParam param,
int newval)
Set the value of an int-valued parameter.
|
Copyright © 2024. All rights reserved.