|
Writing older GDX versions with GDXCONVERT |
Top Previous Next |
|
Over time GDX file formats have changed. Some environments have multiple GAMS versions some of which are older and file format compatibility can become an issue. Consequently one may need to write GDX files in an older GDX file format. This may be done using the environment variable or GAMS parameter gdxconvert and possibly gdxcompress.
Gdx file formats are named v5, v6 or v7 and can be compressed or not compressed.
There are two ways of implementing this through environment variables and through a GAMS command line parameter. Command line options have higher precedence than the environment variables with the same name. |