Loading...
Searching...
No Matches
Compression of generated GDX file.
More...
|
int | value () |
| Get the int value of this enumerated gdxCompress.
|
|
Compression of generated GDX file.
◆ lookup()
static EgdxCompress com.gams.api.GAMSOptions.EgdxCompress.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all gdxCompresss.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated gdxCompress that has the specified value, or UndefinedgdxCompress if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EgdxCompress.value |
( |
| ) |
|
Get the int value of this enumerated gdxCompress.
- Returns
- the gdxCompress value
◆ CompressGDX
com.gams.api.GAMSOptions.EgdxCompress.CompressGDX =(1) |
◆ DoNotCompressGDX
com.gams.api.GAMSOptions.EgdxCompress.DoNotCompressGDX =(0) |
Do not compress GDX files.
◆ UndefinedgdxCompress
com.gams.api.GAMSOptions.EgdxCompress.UndefinedgdxCompress =(2) |