Loading...
Searching...
No Matches
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 197 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 200 of file gamsoptions.h.