Loading...
Searching...
No Matches
What field to update.
More...
|
int | value () |
| Get the int value of this enumerated UpdateAction.
|
|
|
| UPPER =(1) |
| = 1, Supplies upper bounds for a variable
|
|
| LOWER =(2) |
| = 2, Supplies lower bounds for a variable
|
|
| FIXED =(3) |
| = 3, Supplies fixed bounds for a variable
|
|
| PRIMAL =(4) |
| = 4, Supplies level for a variable or equation
|
|
| DUAL =(5) |
| = 5, Supplies marginal for a variable or equation
|
|
| UNDEFINED_ACTION =(6) |
| >= 6, Undefined action
|
|
What field to update.
- See also
- GAMSModifier
-
GAMSModelInstance
◆ lookup()
static UpdateAction com.gams.api.GAMSGlobals.UpdateAction.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all update actions used by GAMS.
- Parameters
-
val | an int value to lookup
|
- Returns
- the enumerated UpdateAction that has the specified value, or UNDEFINED_ACTION if the specified value is not found.
◆ value()
int com.gams.api.GAMSGlobals.UpdateAction.value |
( |
| ) |
|
Get the int value of this enumerated UpdateAction.
- Returns
- the int value of the UpdateAction
◆ DUAL
com.gams.api.GAMSGlobals.UpdateAction.DUAL =(5) |
= 5, Supplies marginal for a variable or equation
◆ FIXED
com.gams.api.GAMSGlobals.UpdateAction.FIXED =(3) |
= 3, Supplies fixed bounds for a variable
◆ LOWER
com.gams.api.GAMSGlobals.UpdateAction.LOWER =(2) |
= 2, Supplies lower bounds for a variable
◆ PRIMAL
com.gams.api.GAMSGlobals.UpdateAction.PRIMAL =(4) |
= 4, Supplies level for a variable or equation
◆ UNDEFINED_ACTION
com.gams.api.GAMSGlobals.UpdateAction.UNDEFINED_ACTION =(6) |
◆ UPPER
com.gams.api.GAMSGlobals.UpdateAction.UPPER =(1) |
= 1, Supplies upper bounds for a variable