Loading...
Searching...
No Matches
matlab.gams.control.globals.SymbolUpdateType Class Reference

GAMS Symbol update type. More...

Public Member Functions

logical equals (varargin)
 Compare if the parameter is of the same SymbolUpdateType.
 

Public Attributes

string select
 Selection of enum options.
 
integer value
 Value of enum options.
 

Static Public Attributes

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

Detailed Description

GAMS Symbol update type.

Member Function Documentation

◆ equals()

logical matlab.gams.control.globals.SymbolUpdateType.equals ( varargin  )

Compare if the parameter is of the same SymbolUpdateType.

Arguments:

  • type: GAMS data type