gams::GAMSOptions::EHoldFixedAsync Struct Reference
Allow HoldFixed for models solved asynchronously as well. More...
#include <gamsoptions.h>
Public Types | |
enum | EHoldFixedAsyncEnum { Off = 0 , On = 1 } |
Allow HoldFixed for models solved asynchronously as well. More... | |
Detailed Description
Allow HoldFixed for models solved asynchronously as well.
Definition at line 344 of file gamsoptions.h.
Member Enumeration Documentation
◆ EHoldFixedAsyncEnum
Allow HoldFixed for models solved asynchronously as well.
Enumerator | |
---|---|
Off | Ignore HoldFixed setting for async solves. |
On | Allow HoldFixed for async solves. |
Definition at line 347 of file gamsoptions.h.