|
Hierarchy for customizing options |
Top Previous Next |
|
One needs to be aware of the hierarchy for options when customizing GAMS on a machine or for a job as some specifications cannot be over ridden. In particular, the priorities are as follows
where a higher priority setting cannot be overwritten by a lower priority setting. Thus, if one sets optfile=2 on the command line this will overcome a specification like a line stating
option optfile=1;
in the GAMS program. |