Loading...
Searching...
No Matches
Special GAMS Value as enumerated integer.
More...
|
int | value () |
| Get the int value of this
|
|
|
| UND =(0) |
| = 0, undefined
|
|
| NA =(1) |
| = 1, not applicable
|
|
| PIN =(2) |
| = 2, Plus Infinity
|
|
| MIN =(3) |
| = 3, Minus Infinity
|
|
| EPS =(4) |
| = 4, EPS
|
|
| NORMAL =(5) |
| = 5, Normal
|
|
| ACRONYM =(6) |
| = 6, Acornym
|
|
| MAX =(7) |
| = 7, MAX
|
|
Special GAMS Value as enumerated integer.
◆ lookup()
static SpecialValues_int com.gams.api.GAMSGlobals.SpecialValues_int.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all special integer values.
- Parameters
-
- Returns
- the enumerated integer SpecialValues that has the specified value, or UND if the specified value is not found.
◆ value()
int com.gams.api.GAMSGlobals.SpecialValues_int.value |
( |
| ) |
|
Get the int value of this
- Returns
- the int value of this SpecialValues
◆ ACRONYM
com.gams.api.GAMSGlobals.SpecialValues_int.ACRONYM =(6) |
◆ EPS
com.gams.api.GAMSGlobals.SpecialValues_int.EPS =(4) |
◆ MAX
com.gams.api.GAMSGlobals.SpecialValues_int.MAX =(7) |
◆ MIN
com.gams.api.GAMSGlobals.SpecialValues_int.MIN =(3) |
◆ NA
com.gams.api.GAMSGlobals.SpecialValues_int.NA =(1) |
◆ NORMAL
com.gams.api.GAMSGlobals.SpecialValues_int.NORMAL =(5) |
◆ PIN
com.gams.api.GAMSGlobals.SpecialValues_int.PIN =(2) |
◆ UND
com.gams.api.GAMSGlobals.SpecialValues_int.UND =(0) |