Loading...
Searching...
No Matches
Writes preprocessed input to the file input.dmp.
More...
|
int | value () |
| Get the int value of this enumerated DumpOpt.
|
|
Writes preprocessed input to the file input.dmp.
◆ lookup()
static EDumpOpt com.gams.api.GAMSOptions.EDumpOpt.lookup |
( |
int |
val | ) |
|
|
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
◆ 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) |
◆ 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) |