|
A set of options allow users to pass control variables and text strings of their own definition into the program for their use. A set of text strings may be passed through 5 user options that are not used by GAMS but are entirely under user control and require definitions in the GAMS code to implement their use (Conditional Compile).
| Parameter | Brief description |
| -- | Command line parameter that allows definition of a control variable. |
| // | Command line parameter that allows definition of a control variable. |
| /- | Command line parameter that allows definition of a control variable. |
| -/ | Command line parameter that allows definition of a control variable. |
| User1 to user5 | Command line parameter that permits entry of text for up to 5 user defined options. |
|