Loading...
Searching...
No Matches

Equation SubType. More...

Public Member Functions

integer value ()
 Returns alternative value of enum option.
 

Static Public Member Functions

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

Public Attributes

 C =(5)
 =C= Cone equation
 
 E =(0)
 =E= Equality
 
 G =(1)
 =G= Greater or equal than inequality
 
 L =(2)
 =L= Less or equal than inequality
 
 N =(3)
 =N= Non-binding equation
 
 UNDEFINED_TYPE =(6)
 Undefined option.
 
 X =(4)
 =X= External equation
 

Detailed Description

Equation SubType.

See also
GAMSEquation

Member Function Documentation

◆ lookup()

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

Find enum option from alternative value.

Arguments:

  • value: Alternative value

Return: enum option

◆ value()

integer Matlab.GAMS.EquType.value ( )

Returns alternative value of enum option.

Return: Alternative value of enum option