Loading...
Searching...
No Matches
Allow HoldFixed for models solved asynchronously as well.
More...
|
int | value () |
| Get the int value of this enumerated HoldFixedAsync.
|
|
|
| Off =(0) |
| Ignore HoldFixed setting for async solves.
|
|
| On =(1) |
| Allow HoldFixed for async solves.
|
|
| UndefinedHoldFixedAsync =(2) |
| Undefined HoldFixedAsync.
|
|
Allow HoldFixed for models solved asynchronously as well.
◆ lookup()
static EHoldFixedAsync com.gams.api.GAMSOptions.EHoldFixedAsync.lookup |
( |
int |
val | ) |
|
|
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
◆ 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.