Loading...
Searching...
No Matches
Report underflow as a warning when abs(results) LE ZeroRes and result set to zero.
More...
|
int | value () |
| Get the int value of this enumerated ZeroResRep.
|
|
Report underflow as a warning when abs(results) LE ZeroRes and result set to zero.
◆ lookup()
static EZeroResRep com.gams.api.GAMSOptions.EZeroResRep.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all zeroResReps.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated ZeroResRep that has the specified value, or UndefinedZeroResRep if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EZeroResRep.value |
( |
| ) |
|
Get the int value of this enumerated ZeroResRep.
- Returns
- the zeroResRep value
◆ IssueWarning
com.gams.api.GAMSOptions.EZeroResRep.IssueWarning =(1) |
Issue warnings whenever a rounding occurs because of ZeroRes.
◆ NoWarning
com.gams.api.GAMSOptions.EZeroResRep.NoWarning =(0) |
No warning when a rounding occurs because of ZeroRes.
◆ UndefinedZeroResRep
com.gams.api.GAMSOptions.EZeroResRep.UndefinedZeroResRep =(2) |