Loading...
Searching...
No Matches
Compiler listing option.
More...
|
int | value () |
| Get the int value of this enumerated Suppress.
|
|
◆ lookup()
static ESuppress com.gams.api.GAMSOptions.ESuppress.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all suppresss.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated Suppress that has the specified value, or UndefinedSuppress if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.ESuppress.value |
( |
| ) |
|
Get the int value of this enumerated Suppress.
- Returns
- the suppress value
◆ StandardCompilerListing
com.gams.api.GAMSOptions.ESuppress.StandardCompilerListing =(0) |
Standard compiler listing.
◆ SuppressCompilerListing
com.gams.api.GAMSOptions.ESuppress.SuppressCompilerListing =(1) |
Suppress compiler listing.
◆ UndefinedSuppress
com.gams.api.GAMSOptions.ESuppress.UndefinedSuppress =(2) |