Loading...
Searching...
No Matches
Output case option for LST file.
More...
|
int | value () |
| Get the int value of this enumerated Case.
|
|
Output case option for LST file.
◆ lookup()
static ECase com.gams.api.GAMSOptions.ECase.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all cases.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated Case that has the specified value, or UndefinedCase if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.ECase.value |
( |
| ) |
|
Get the int value of this enumerated Case.
- Returns
- the case value
◆ MixedCase
com.gams.api.GAMSOptions.ECase.MixedCase =(0) |
Write listing file in mixed case.
◆ UndefinedCase
com.gams.api.GAMSOptions.ECase.UndefinedCase =(2) |
◆ UpperCase
com.gams.api.GAMSOptions.ECase.UpperCase =(1) |
Write listing file in upper case only.