com.gams.api.GAMSOptions.EAsyncSolLst Enum Reference
Print solution listing when asynchronous solve (Grid or Threads) is used. More...
Public Member Functions | |
int | value () |
Get the int value of this enumerated AsyncSolLst. | |
Static Public Member Functions | |
static EAsyncSolLst | lookup (int val) |
Lookup all asyncSolLsts. | |
Public Attributes | |
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. | |
Detailed Description
Print solution listing when asynchronous solve (Grid or Threads) is used.
Member Function Documentation
◆ lookup()
|
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
Member Data Documentation
◆ 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) |
Undefined AsyncSolLst.