Loading...
Searching...
No Matches

Switch between merge and replace when reading from GDX into non-empty symbol. More...

Public Member Functions

string value ()
 Returns alternative value of enum option.
 

Static Public Member Functions

static Replace lookup (string value)
 Find enum option from alternative value.
 

Public Attributes

 Merge =("off")
 Merge into existing data when loading.
 
 Replace =("on")
 Replace existing data when loading.
 
 UndefinedReplace =("")
 Undefined option.
 

Detailed Description

Switch between merge and replace when reading from GDX into non-empty symbol.

See also
GAMSOptions

Member Function Documentation

◆ lookup()

static Replace Matlab.GAMS.Replace.lookup ( string  value)
static

Find enum option from alternative value.

Arguments:

  • value: Alternative value

Return: enum option

◆ value()

string Matlab.GAMS.Replace.value ( )

Returns alternative value of enum option.

Return: Alternative value of enum option