Loading...
Searching...
No Matches
Triggers a compilation error when new equations or variable symbols are introduced.
More...
|
int | value () |
| Get the int value of this enumerated NoNewVarEqu.
|
|
Triggers a compilation error when new equations or variable symbols are introduced.
◆ lookup()
static ENoNewVarEqu com.gams.api.GAMSOptions.ENoNewVarEqu.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all noNewVarEqus.
- Parameters
-
val | an 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
◆ AllowNewVarEqu
com.gams.api.GAMSOptions.ENoNewVarEqu.AllowNewVarEqu =(0) |
◆ DoNotAllowNewVarEqu
com.gams.api.GAMSOptions.ENoNewVarEqu.DoNotAllowNewVarEqu =(1) |
◆ UndefinedNoNewVarEqu
com.gams.api.GAMSOptions.ENoNewVarEqu.UndefinedNoNewVarEqu =(2) |