|
Gdxcopy Making GDX files compatable |
Top Previous Next |
|
GDX files can be incompatible between newer and GAMS versions prior to 22.3 due to compression among other changes. A current GAMS system can read all older GDX file formats. Older file formats may be written using gdxconvert.
The GDXCOPY utility provides a mechanism to convert GDX files to a format that older GAMS systems can read. It is used by employing the syntax
gdxcopy outputoption inputfile outputfiledir
where the items ate
Outputoption Identifies the type of output file to be created
inputfile Name of the input file to be converted . This file must have an .gdx file extension
outputfiledir Output directory
Note: Version 7 formatted files were introduced with version 22.6 of GAMS; version 6 formatted files were introduced with version 22.3 of GAMS. Prior versions used version 5. Some features introduced in version 7 of the gdx file format cannot be represented in older formats.
Notes:
|