Loading...
Searching...
No Matches
Print solution listing when asynchronous solve (Grid or Threads) is used.
More...
|
int | value () |
| Get the int value of this enumerated AsyncSolLst.
|
|
|
| Off =(0) |
| Do not print solution listing into lst file for asynchronous solves.
|
|
| On =(1) |
| Print solution listing into lst file for asynchronous solves.
|
|
| UndefinedAsyncSolLst =(2) |
| Undefined AsyncSolLst.
|
|
Print solution listing when asynchronous solve (Grid or Threads) is used.
◆ lookup()
static EAsyncSolLst com.gams.api.GAMSOptions.EAsyncSolLst.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all asyncSolLsts.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated AsyncSolLst that has the specified value, or UndefinedAsyncSolLst if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EAsyncSolLst.value |
( |
| ) |
|
Get the int value of this enumerated AsyncSolLst.
- Returns
- the asyncSolLst value
◆ Off
com.gams.api.GAMSOptions.EAsyncSolLst.Off =(0) |
Do not print solution listing into lst file for asynchronous solves.
◆ On
com.gams.api.GAMSOptions.EAsyncSolLst.On =(1) |
Print solution listing into lst file for asynchronous solves.
◆ UndefinedAsyncSolLst
com.gams.api.GAMSOptions.EAsyncSolLst.UndefinedAsyncSolLst =(2) |