matlab.gams.control.options.HoldFixedAsync Class Reference
Allow HoldFixed for models solved asynchronously as well. More...
Public Attributes | |
string | select |
Selection of enum options. | |
integer | value |
Value of enum options. | |
Static Public Attributes | |
static final | Off = 0 |
Ignore HoldFixed setting for async solves. | |
static final | On = 1 |
Allow HoldFixed for async solves. | |
static final | UndefinedHoldFixedAsync = 2 |
Undefined option. | |