Repeated static

Top  Previous  Next

These are calculations within a repeatedly executed GAMS control structures (loop, for, while) but are static within that control structure such as

 

LOOP ( LANDCHANGE,

   LAND=LAND*

 (1+VALUE(LANDCHANGE)/100.);

  solve farm using lp maximizing income)