Writes preprocessed input to the file input.dmp. More...
Public Member Functions | |
int | value () |
Get the int value of this enumerated DumpOpt. | |
Static Public Member Functions | |
static EDumpOpt | lookup (int val) |
Lookup all dumpOpts. | |
Public Attributes | |
No =(0) | |
No dumpfile. | |
RefDataOriginalSetElementNames =(1) | |
Extract referenced data from the restart file using original set element names. | |
RefDataNewSetElementNames =(2) | |
Extract referenced data from the restart file using new set element names. | |
RefDataNewSetElementNamesDropSymbolText =(3) | |
Extract referenced data from the restart file using new set element names and drop symbol text. | |
RefSymbol =(4) | |
Extract referenced symbol declarations from the restart file. | |
Deprecated_10 =(10) | |
(Same as 11 and therefore hidden) | |
InputFileWOComments =(11) | |
Write processed input file without comments. | |
Deprecated_12 =(12) | |
(Same as 11 and therefore hidden) | |
Deprecated_19 =(19) | |
(Same as 21 and therefore hidden) | |
Deprecated_20 =(20) | |
(Same as 21 and therefore hidden) | |
InputFileWithComments =(21) | |
Write processed input file with all comments. | |
SplitBlocksDumpWithComments =(22) | |
Write processed input with all comments into a separate dump file for each block. | |
UndefinedDumpOpt =(23) | |
Undefined DumpOpt. | |
Detailed Description
Writes preprocessed input to the file input.dmp.
Member Function Documentation
◆ lookup()
|
static |
Lookup all dumpOpts.
- Parameters
-
val an int value to lookup
- Returns
- the enumerated DumpOpt that has the specified value, or UndefinedDumpOpt if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EDumpOpt.value | ( | ) |
Get the int value of this enumerated DumpOpt.
- Returns
- the dumpOpt value
Member Data Documentation
◆ Deprecated_10
com.gams.api.GAMSOptions.EDumpOpt.Deprecated_10 =(10) |
(Same as 11 and therefore hidden)
◆ Deprecated_12
com.gams.api.GAMSOptions.EDumpOpt.Deprecated_12 =(12) |
(Same as 11 and therefore hidden)
◆ Deprecated_19
com.gams.api.GAMSOptions.EDumpOpt.Deprecated_19 =(19) |
(Same as 21 and therefore hidden)
◆ Deprecated_20
com.gams.api.GAMSOptions.EDumpOpt.Deprecated_20 =(20) |
(Same as 21 and therefore hidden)
◆ InputFileWithComments
com.gams.api.GAMSOptions.EDumpOpt.InputFileWithComments =(21) |
Write processed input file with all comments.
◆ InputFileWOComments
com.gams.api.GAMSOptions.EDumpOpt.InputFileWOComments =(11) |
Write processed input file without comments.
◆ No
com.gams.api.GAMSOptions.EDumpOpt.No =(0) |
No dumpfile.
◆ RefDataNewSetElementNames
com.gams.api.GAMSOptions.EDumpOpt.RefDataNewSetElementNames =(2) |
Extract referenced data from the restart file using new set element names.
◆ RefDataNewSetElementNamesDropSymbolText
com.gams.api.GAMSOptions.EDumpOpt.RefDataNewSetElementNamesDropSymbolText =(3) |
Extract referenced data from the restart file using new set element names and drop symbol text.
◆ RefDataOriginalSetElementNames
com.gams.api.GAMSOptions.EDumpOpt.RefDataOriginalSetElementNames =(1) |
Extract referenced data from the restart file using original set element names.
◆ RefSymbol
com.gams.api.GAMSOptions.EDumpOpt.RefSymbol =(4) |
Extract referenced symbol declarations from the restart file.
◆ SplitBlocksDumpWithComments
com.gams.api.GAMSOptions.EDumpOpt.SplitBlocksDumpWithComments =(22) |
Write processed input with all comments into a separate dump file for each block.
◆ UndefinedDumpOpt
com.gams.api.GAMSOptions.EDumpOpt.UndefinedDumpOpt =(23) |
Undefined DumpOpt.