Loading...
Searching...
No Matches
Unload labels or UELs to GDX either squeezed or full.
More...
|
String | value () |
| Get the string value of this enumerated gdxUels.
|
|
Unload labels or UELs to GDX either squeezed or full.
◆ lookup()
static EgdxUels com.gams.api.GAMSOptions.EgdxUels.lookup |
( |
String |
val | ) |
|
|
static |
Lookup all gdxUelss.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated gdxUels that has the specified value, or UndefinedgdxUels if the specified value is not found.
◆ value()
String com.gams.api.GAMSOptions.EgdxUels.value |
( |
| ) |
|
Get the string value of this enumerated gdxUels.
- Returns
- the gdxUels value
◆ full
com.gams.api.GAMSOptions.EgdxUels.full =("Full") |
Write all UELs to Universe.
◆ squeezed
com.gams.api.GAMSOptions.EgdxUels.squeezed =("Squeezed") |
Write only the UELs to Universe, that are used by the exported symbols.
◆ UndefinedgdxUels