Loading...
Searching...
No Matches

Equation SubType. More...

Public Member Functions

int value ()
 Get the int value of this enumerated EquType.
 

Static Public Member Functions

static EquType lookup (int value)
 Lookup all equation subtypes used by GAMS.
 

Public Attributes

 E
 =E= Equality

 
 G
 =G= Greater or equal than inequality

 
 L
 =L= Less or equal than inequality

 
 N
 =N= Non-binding equation

 
 X
 =X= External equation

 
 C
 =C= Cone equation

 
 UNDEFINED_TYPE
 Undefined type

 

Detailed Description

Equation SubType.

See also
GAMSEquation

Member Function Documentation

◆ lookup()

static EquType com.gams.api.GAMSGlobals.EquType.lookup ( int  value)
static

Lookup all equation subtypes used by GAMS.

Parameters
valuean int value to lookup
Returns
the enumerated EquType that has the specified value, or UNDEFINED_TYPE if the specified value is not found.

◆ value()

int com.gams.api.GAMSGlobals.EquType.value ( )

Get the int value of this enumerated EquType.

Returns
the int value of the EquType

Member Data Documentation

◆ C

com.gams.api.GAMSGlobals.EquType.C

=C= Cone equation

◆ E

com.gams.api.GAMSGlobals.EquType.E

=E= Equality

◆ G

com.gams.api.GAMSGlobals.EquType.G

=G= Greater or equal than inequality

◆ L

com.gams.api.GAMSGlobals.EquType.L

=L= Less or equal than inequality

◆ N

com.gams.api.GAMSGlobals.EquType.N

=N= Non-binding equation

◆ UNDEFINED_TYPE

com.gams.api.GAMSGlobals.EquType.UNDEFINED_TYPE

Undefined type

◆ X

com.gams.api.GAMSGlobals.EquType.X

=X= External equation