|
This dollar command hides the named items so they cannot be displayed or computed but still allows them to be used in model calculations (.. commands when the solve statement is executed).
$hide item1 item2
or
$hide all
Notes:
| • | A list of items follows $hide and results in multiple items being hidden. |
| • | While the statement example above lists two items one, two or many more can be listed. |
| • | The word ALL can also be used to hide all items. |
| • | Appendix H of the GAMS Users Guide elaborates. |
| • | A special license file is needed for this feature to work. |
|