Loading...
Searching...
No Matches
gams::GAMSOptions::EDumpOpt Struct Reference

Writes preprocessed input to the file input.dmp. More...

#include <gamsoptions.h>

Public Types

enum  EDumpOptEnum {
  No = 0 , RefDataOriginalSetElementNames = 1 , RefDataNewSetElementNames = 2 , RefDataNewSetElementNamesDropSymbolText = 3 ,
  RefSymbol = 4 , Deprecated_10 = 10 , InputFileWOComments = 11 , Deprecated_12 = 12 ,
  Deprecated_19 = 19 , Deprecated_20 = 20 , InputFileWithComments = 21 , SplitBlocksDumpWithComments = 22
}
 Writes preprocessed input to the file input.dmp. More...
 

Detailed Description

Writes preprocessed input to the file input.dmp.

Definition at line 167 of file gamsoptions.h.

Member Enumeration Documentation

◆ EDumpOptEnum

Writes preprocessed input to the file input.dmp.

Enumerator
No 

No dumpfile.

RefDataOriginalSetElementNames 

Extract referenced data from the restart file using original set element names.

RefDataNewSetElementNames 

Extract referenced data from the restart file using new set element names.

RefDataNewSetElementNamesDropSymbolText 

Extract referenced data from the restart file using new set element names and drop symbol text.

RefSymbol 

Extract referenced symbol declarations from the restart file.

Deprecated_10 

(Same as 11 and therefore hidden)

InputFileWOComments 

Write processed input file without comments.

Deprecated_12 

(Same as 11 and therefore hidden)

Deprecated_19 

(Same as 21 and therefore hidden)

Deprecated_20 

(Same as 21 and therefore hidden)

InputFileWithComments 

Write processed input file with all comments.

SplitBlocksDumpWithComments 

Write processed input with all comments into a separate dump file for each block.

Definition at line 170 of file gamsoptions.h.