|
When is it not worth using? |
Top Previous Next |
|
There are costs and benefits of these approaches. The IDE is much easier for simple models but is currently limited to PCs. The DOS/command line approach is generally better for models in customized environments. A development strategy for more complex implementations
GAMS mymodel -codex 1 -lo 0 -s ./t/save1 call myprogram.exe GAMS moremod -lo 0 -r ./t/save1 |