Loading...
Searching...
No Matches

GAMS Symbol update type. More...

Public Member Functions

logical equals (varargin)
 Compare if the parameter is of the same SymbolUpdateType.
 
integer value ()
 Returns alternative value of enum option.
 

Static Public Member Functions

static SymbolUpdateType lookup (integer value)
 Find enum option from alternative value.
 

Public Attributes

 ACCUMULATE =(2)
 If record does not exist use value from previous solve.
 
 BASECASE =(1)
 If record does not exist use values from instantiation.
 
 INHERIT =(3)
 Inherit setting from solve statement.
 
 UNDEFINED_TYPE =(4)
 Undefined type (for lookup purpose only)
 
 ZERO =(0)
 If record does not exist use 0 (Zero)
 

Detailed Description

GAMS Symbol update type.

Member Function Documentation

◆ equals()

logical Matlab.GAMS.SymbolUpdateType.equals ( varargin  )

Compare if the parameter is of the same SymbolUpdateType.

Arguments:

  • type: GAMS data type

◆ lookup()

static SymbolUpdateType Matlab.GAMS.SymbolUpdateType.lookup ( integer  value)
static

Find enum option from alternative value.

Arguments:

  • value: Alternative value

Return: enum option

◆ value()

integer Matlab.GAMS.SymbolUpdateType.value ( )

Returns alternative value of enum option.

Return: Alternative value of enum option