gams.options.DumpOpt Class Reference
Writes preprocessed input to the file input.dmp. More...
Static Public Attributes | |
int | No = 0 |
No dumpfile. | |
int | RefDataOriginalSetElementNames = 1 |
Extract referenced data from the restart file using original set element names. | |
int | RefDataNewSetElementNames = 2 |
Extract referenced data from the restart file using new set element names. | |
int | RefDataNewSetElementNamesDropSymbolText = 3 |
Extract referenced data from the restart file using new set element names and drop symbol text. | |
int | RefSymbol = 4 |
Extract referenced symbol declarations from the restart file. | |
int | Deprecated_10 = 10 |
(Same as 11 and therefore hidden) | |
int | InputFileWOComments = 11 |
Write processed input file without comments. | |
int | Deprecated_12 = 12 |
(Same as 11 and therefore hidden) | |
int | Deprecated_19 = 19 |
(Same as 21 and therefore hidden) | |
int | Deprecated_20 = 20 |
(Same as 21 and therefore hidden) | |
int | InputFileWithComments = 21 |
Write processed input file with all comments. | |
Detailed Description
Writes preprocessed input to the file input.dmp.