Matlab.GAMS.PreviousWork Enum Reference
Indicator for writing workfile with previous workfile version. More...
Public Member Functions | |
integer | value () |
Returns alternative value of enum option. | |
Static Public Member Functions | |
static PreviousWork | lookup (integer value) |
Find enum option from alternative value. | |
Public Attributes | |
Off =(0) | |
Write workfile using the current version. | |
On =(1) | |
Write workfile using the previous workfile version. | |
UndefinedPreviousWork =(2) | |
Undefined option. | |
Detailed Description
Indicator for writing workfile with previous workfile version.
- 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.PreviousWork.value | ( | ) |
Returns alternative value of enum option.
Return: Alternative value of enum option