|
The next, usually minor, element of the GAMS LST file is execution report. Typically this will involve
| • | A report of the time it takes GAMS to execute any statements between the beginning of the program and the first solve (or in general between solves), |
| • | Any user generated displays of data; and |
| • | If present, a list of numerical execution errors that arose. |
I will not discuss the nature of this output here, as it is typically not a large concern of new users. Display statements will be discussed later within this tutorial and are discussed in the Improving Output via Report Writing chapter. Execution errors and their markings are discussed in the Fixing Execution Errors chapter.
|