Loading...
Searching...
No Matches
Treat fixed variables as constants.
More...
|
int | value () |
| Get the int value of this enumerated HoldFixed.
|
|
Treat fixed variables as constants.
◆ lookup()
static EHoldFixed com.gams.api.GAMSOptions.EHoldFixed.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all holdFixeds.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated HoldFixed that has the specified value, or UndefinedHoldFixed if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EHoldFixed.value |
( |
| ) |
|
Get the int value of this enumerated HoldFixed.
- Returns
- the holdFixed value
◆ FixedVarsNotTreatedAsConstants
com.gams.api.GAMSOptions.EHoldFixed.FixedVarsNotTreatedAsConstants =(0) |
Fixed variables are not treated as constants.
◆ FixedVarsTreatedAsConstants
com.gams.api.GAMSOptions.EHoldFixed.FixedVarsTreatedAsConstants =(1) |
Fixed variables are treated as constants.
◆ UndefinedHoldFixed
com.gams.api.GAMSOptions.EHoldFixed.UndefinedHoldFixed =(2) |