Matlab.GAMS.HoldFixedAsync Enum Reference
Allow HoldFixed for models solved asynchronously as well. More...
Public Member Functions | |
integer | value () |
Returns alternative value of enum option. | |
Static Public Member Functions | |
static HoldFixedAsync | lookup (integer value) |
Find enum option from alternative value. | |
Public Attributes | |
Off =(0) | |
Ignore HoldFixed setting for async solves. | |
On =(1) | |
Allow HoldFixed for async solves. | |
UndefinedHoldFixedAsync =(2) | |
Undefined option. | |
Detailed Description
Allow HoldFixed for models solved asynchronously as well.
- 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.HoldFixedAsync.value | ( | ) |
Returns alternative value of enum option.
Return: Alternative value of enum option