Loading...
Searching...
No Matches

Treat fixed variables as constants. More...

Public Member Functions

integer value ()
 Returns alternative value of enum option.
 

Static Public Member Functions

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

Public Attributes

 FixedVarsNotTreatedAsConstants =(0)
 Fixed variables are not treated as constants.
 
 FixedVarsTreatedAsConstants =(1)
 Fixed variables are treated as constants.
 
 UndefinedHoldFixed =(2)
 Undefined option.
 

Detailed Description

Treat fixed variables as constants.

See also
GAMSOptions

Member Function Documentation

◆ lookup()

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

Find enum option from alternative value.

Arguments:

  • value: Alternative value

Return: enum option

◆ value()

integer Matlab.GAMS.HoldFixed.value ( )

Returns alternative value of enum option.

Return: Alternative value of enum option