|
Equations |
Top Previous Next |
|
GAMS requires that the modeler name each equation, which is active in the optimization model. Later each equation is specified using the .. notation as explained just below. These equations must be named in an EQUATION or EQUATIONS instruction. This is used in each of the example models as reproduced below
Notes:
Equations comma or line feed specified list of equations ; where equation or equations is required a list of equations follows a ; ends the statement
EQUATIONS
as discussed in the Variables, Equations, Models and Solves chapter.
|