|
The dollar commands in this group allow one to pass data to and from GDX files as discussed in the GDX chapter. The dollar commands in this group are:
| $Gdxin | Dollar command that opens/closes a GDX file for input. |
| $Gdxout | Dollar command that opens/closes a GDX file for output. |
| $Load | Dollar command that loads data from a GDX file. |
| $Loaddc | Dollar command that loads data from a GDX file with domain checking. |
| $Loaddcm | Dollar command that loads data from a GDX file (mixture of $Loaddc and $Loadm). |
| $Loaddcr | Dollar command that loads data from a GDX file (mixture of $Loaddc and $Loadr) |
| $Loadm | Dollar command that loads data from a GDX file and merges it. |
| $Loadr | Dollar command that loads data from a GDX file and replaces sets or parameters with the data from that file |
| $Unload | Dollar command that unloads data to a GDX file. |
|