com.gams.api.GAMSOptions.ESys11 Enum Reference
Dynamic resorting if indices in assignment/data statements are not in natural order. More...
Public Member Functions | |
int | value () |
Get the int value of this enumerated Sys11. | |
Static Public Member Functions | |
static ESys11 | lookup (int val) |
Lookup all sys11s. | |
Public Attributes | |
AutomaticOptimization =(0) | |
Automatic optimization/restructuring of data. | |
NoOptimization =(1) | |
No optimization. | |
AlwaysOptimize =(2) | |
Always optimize/restructure. | |
UndefinedSys11 =(3) | |
Undefined Sys11. | |
Detailed Description
Dynamic resorting if indices in assignment/data statements are not in natural order.
Member Function Documentation
◆ lookup()
|
static |
Lookup all sys11s.
- Parameters
-
val an int value to lookup
- Returns
- the enumerated Sys11 that has the specified value, or UndefinedSys11 if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.ESys11.value | ( | ) |
Get the int value of this enumerated Sys11.
- Returns
- the sys11 value
Member Data Documentation
◆ AlwaysOptimize
com.gams.api.GAMSOptions.ESys11.AlwaysOptimize =(2) |
Always optimize/restructure.
◆ AutomaticOptimization
com.gams.api.GAMSOptions.ESys11.AutomaticOptimization =(0) |
Automatic optimization/restructuring of data.
◆ NoOptimization
com.gams.api.GAMSOptions.ESys11.NoOptimization =(1) |
No optimization.
◆ UndefinedSys11
com.gams.api.GAMSOptions.ESys11.UndefinedSys11 =(3) |
Undefined Sys11.