Loading...
Searching...
No Matches
Model Instance Mode.
More...
|
String | value () |
| Get the string value of this enumerated MIIMode.
|
|
◆ lookup()
static EMIIMode com.gams.api.GAMSOptions.EMIIMode.lookup |
( |
String |
val | ) |
|
|
static |
Lookup all mIIModes.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated MIIMode that has the specified value, or UndefinedMIIMode if the specified value is not found.
◆ value()
String com.gams.api.GAMSOptions.EMIIMode.value |
( |
| ) |
|
Get the string value of this enumerated MIIMode.
- Returns
- the mIIMode value
◆ MultiMI
com.gams.api.GAMSOptions.EMIIMode.MultiMI =("multiMI") |
Setup to inspect multiple model instances from one model.
◆ Off
com.gams.api.GAMSOptions.EMIIMode.Off =("off") |
◆ SingleMI
com.gams.api.GAMSOptions.EMIIMode.SingleMI =("singleMI") |
Setup to inspect a single model instance.
◆ UndefinedMIIMode