Loading...
Searching...
No Matches
com.gams.api.GAMSOptions.ENoNewVarEqu Enum Reference

Triggers a compilation error when new equations or variable symbols are introduced. More...

Public Member Functions

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

Static Public Member Functions

static ENoNewVarEqu lookup (int val)
 Lookup all noNewVarEqus.
 

Public Attributes

 AllowNewVarEqu =(0)
 AllowNewVarEqu.
 
 DoNotAllowNewVarEqu =(1)
 DoNotAllowNewVarEqu.
 
 UndefinedNoNewVarEqu =(2)
 Undefined NoNewVarEqu.
 

Detailed Description

Triggers a compilation error when new equations or variable symbols are introduced.

Member Function Documentation

◆ lookup()

static ENoNewVarEqu com.gams.api.GAMSOptions.ENoNewVarEqu.lookup ( int  val)
static

Lookup all noNewVarEqus.

Parameters
valan int value to lookup
Returns
the enumerated NoNewVarEqu that has the specified value, or UndefinedNoNewVarEqu if the specified value is not found.

◆ value()

int com.gams.api.GAMSOptions.ENoNewVarEqu.value ( )

Get the int value of this enumerated NoNewVarEqu.

Returns
the noNewVarEqu value

Member Data Documentation

◆ AllowNewVarEqu

com.gams.api.GAMSOptions.ENoNewVarEqu.AllowNewVarEqu =(0)

AllowNewVarEqu.

◆ DoNotAllowNewVarEqu

com.gams.api.GAMSOptions.ENoNewVarEqu.DoNotAllowNewVarEqu =(1)

DoNotAllowNewVarEqu.

◆ UndefinedNoNewVarEqu

com.gams.api.GAMSOptions.ENoNewVarEqu.UndefinedNoNewVarEqu =(2)

Undefined NoNewVarEqu.