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