|
Solvelink: Sl |
Top Previous Next |
|
This option controls GAMS function when linking to solve. Numeric input is expected with the allowable numeric values being
The command is implemented with
Solvelink=number
Leaving GAMS open or passing the information in core saves time. On the other hand additional memory is required. This option is best for jobs that have a large data set and solve many small models as in that case one sacrifices memory but avoids the overhead of many GAMS saves and restarts. This is implemented by using the option SOLVELINK that can appear on the command line, as a model attribute or as an internal option statement. The default setting is zero. A set of SolveLink constants have been defined Solvelink.ChainScript is a constant that equals 0. These may be used as follows modelname.solvelink=%solvelink.AsyncGrid%; which is the same as setting the item to 3 These constants are defined at compile time and cannot be manipulated or reassigned.
This can also be done through a model attribute or an option command. |