com.gams.api.GAMSOptions.EHoldFixedAsync Enum Reference
Allow HoldFixed for models solved asynchronously as well. More...
Public Member Functions | |
int | value () |
Get the int value of this enumerated HoldFixedAsync. | |
Static Public Member Functions | |
static EHoldFixedAsync | lookup (int val) |
Lookup all holdFixedAsyncs. | |
Public Attributes | |
Off =(0) | |
Ignore HoldFixed setting for async solves. | |
On =(1) | |
Allow HoldFixed for async solves. | |
UndefinedHoldFixedAsync =(2) | |
Undefined HoldFixedAsync. | |
Detailed Description
Allow HoldFixed for models solved asynchronously as well.
Member Function Documentation
◆ lookup()
|
static |
Lookup all holdFixedAsyncs.
- Parameters
-
val an int value to lookup
- Returns
- the enumerated HoldFixedAsync that has the specified value, or UndefinedHoldFixedAsync if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EHoldFixedAsync.value | ( | ) |
Get the int value of this enumerated HoldFixedAsync.
- Returns
- the holdFixedAsync value
Member Data Documentation
◆ Off
com.gams.api.GAMSOptions.EHoldFixedAsync.Off =(0) |
Ignore HoldFixed setting for async solves.
◆ On
com.gams.api.GAMSOptions.EHoldFixedAsync.On =(1) |
Allow HoldFixed for async solves.
◆ UndefinedHoldFixedAsync
com.gams.api.GAMSOptions.EHoldFixedAsync.UndefinedHoldFixedAsync =(2) |
Undefined HoldFixedAsync.