com.gams.api.GAMSOptions.EgdxCompress Enum Reference
Compression of generated GDX file. More...
Public Member Functions | |
int | value () |
Get the int value of this enumerated gdxCompress. | |
Static Public Member Functions | |
static EgdxCompress | lookup (int val) |
Lookup all gdxCompresss. | |
Public Attributes | |
DoNotCompressGDX =(0) | |
Do not compress GDX files. | |
CompressGDX =(1) | |
Compress GDX files. | |
UndefinedgdxCompress =(2) | |
Undefined gdxCompress. | |
Detailed Description
Compression of generated GDX file.
Member Function Documentation
◆ lookup()
|
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
Member Data Documentation
◆ CompressGDX
com.gams.api.GAMSOptions.EgdxCompress.CompressGDX =(1) |
Compress GDX files.
◆ DoNotCompressGDX
com.gams.api.GAMSOptions.EgdxCompress.DoNotCompressGDX =(0) |
Do not compress GDX files.
◆ UndefinedgdxCompress
com.gams.api.GAMSOptions.EgdxCompress.UndefinedgdxCompress =(2) |
Undefined gdxCompress.