gams::GAMSOptions::EReplace Struct Reference
Switch between merge and replace when reading from GDX into non-empty symbol. More...
#include <gamsoptions.h>
Public Types | |
enum | EReplaceEnum { Merge = 0 , Replace = 1 } |
Switch between merge and replace when reading from GDX into non-empty symbol. More... | |
Detailed Description
Switch between merge and replace when reading from GDX into non-empty symbol.
Definition at line 523 of file gamsoptions.h.
Member Enumeration Documentation
◆ EReplaceEnum
Switch between merge and replace when reading from GDX into non-empty symbol.
Enumerator | |
---|---|
Merge | Merge into existing data when loading. |
Replace | Replace existing data when loading. |
Definition at line 526 of file gamsoptions.h.