|
Once GAMS has successfully compiled and executed then any solve statements that are present will be implemented. In particular, the GAMS main program generates a computer readable version of the equations in the problem that it in turn passes on to whatever third party solver is going to be used on the model. During this so called model generation phase GAMS creates output
| • | Listing the specific form of a set of equations and variables, |
| • | Providing a summary of the total model structure, and |
| • | If encountered, detailing any numerical execution errors that occurred in model generation. |
Each of these excepting execution errors will be discussed immediately below. Model generation time execution errors are discussed in the Fixing Execution Errors chapter.
|