gams::GAMSOptions::EECImplicitLoad Struct Reference
Allow implicit loading of symbols from embedded code or not. More...
#include <gamsoptions.h>
Public Types | |
enum | EECImplicitLoadEnum { OffECImplicitLoad = 0 , OnECImplicitLoad = 1 } |
Allow implicit loading of symbols from embedded code or not. More... | |
Detailed Description
Allow implicit loading of symbols from embedded code or not.
Definition at line 198 of file gamsoptions.h.
Member Enumeration Documentation
◆ EECImplicitLoadEnum
Allow implicit loading of symbols from embedded code or not.
Enumerator | |
---|---|
OffECImplicitLoad | Do not allow implicit loading from embedded code. |
OnECImplicitLoad | Allow implicit loading from embedded code. |
Definition at line 201 of file gamsoptions.h.