Matlab.GAMS.AsyncSolLst Enum Reference
Print solution listing when asynchronous solve (Grid or Threads) is used. More...
Public Member Functions | |
integer | value () |
Returns alternative value of enum option. More... | |
Static Public Member Functions | |
static AsyncSolLst | lookup (integer value) |
Find enum option from alternative value. More... | |
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 option. | |
Detailed Description
Print solution listing when asynchronous solve (Grid or Threads) is used.
- See also
- GAMSOptions
Member Function Documentation
◆ lookup()
|
static |
Find enum option from alternative value.
Arguments:
- value: Alternative value
Return: enum option
◆ value()
integer Matlab.GAMS.AsyncSolLst.value | ( | ) |
Returns alternative value of enum option.
Return: Alternative value of enum option