Matlab.GAMS.UpdateAction Enum Reference
What field to update. More...
Public Member Functions | |
integer | value () |
Returns alternative value of enum option. More... | |
Static Public Member Functions | |
static UpdateAction | lookup (integer value) |
Find enum option from alternative value. More... | |
Public Attributes | |
DUAL =(5) | |
Supplies marginal for a variable or equation. | |
FIXED =(3) | |
Supplies fixed bounds for a variable. | |
LOWER =(2) | |
Supplies lower bounds for a variable. | |
PRIMAL =(4) | |
Supplies level for a variable or equation. | |
UNDEFINED_ACTION =(6) | |
Undefined action. | |
UPPER =(1) | |
Supplies upper bounds for a variable. | |
Detailed Description
What field to update.
- See also
- GAMSModifier, GAMSModelInstance
Member Function Documentation
◆ lookup()
|
static |
Find enum option from alternative value.
Arguments:
- value: Alternative value
Return: enum option
◆ value()
integer Matlab.GAMS.UpdateAction.value | ( | ) |
Returns alternative value of enum option.
Return: Alternative value of enum option