|
Solvelink |
Top Previous Next |
|
This option controls GAMS function when linking to solve. The command is implemented with
Option Solvelink=number;
Where number equals
A set of solvelink constants may also be used. 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. This can also be done through a command line parameter or a model attribute. |