Ide

Top  Previous  Next

The ide option instructs GAMS to write special instructions to the log file that are in turn read by the IDE. Numeric input is expected with the allowable numeric values being

 

1causes the writing to occur (default when running under the IDE)
0does not (default outside of IDE)

 

The command is implemented with

 

Ide=number

 

Normal IDE users do not need to worry about the ide parameter as GAMS adds it automatically.

It is of concern when Execute or $Call are used to spawn GAMS jobs as discussed here.