gams.execution.UpdateAction Class Reference
What field to update. More...
Static Public Attributes | |
int | Upper = 1 |
Supplies upper bounds for a variable. | |
int | Lower = 2 |
Supplies lower bounds for a variable. | |
int | Fixed = 3 |
Supplies fixed bounds for a variable. | |
int | Primal = 4 |
Supplies level for a variable or equation. | |
int | Dual = 5 |
Supplies marginal for a variable or equation. | |
Detailed Description
What field to update.