This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
gams:structure_a_large_gams_model [2013/05/03 15:25] support |
gams:structure_a_large_gams_model [2013/05/03 15:28] (current) support |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== How do I structure a large GAMS model? ====== | ====== How do I structure a large GAMS model? ====== | ||
- | It makes sense to split a large GAMS model into different files in order to have a better overview of the GAMS program. A natural separation is to have the model algebra, input data and solution reporting in separate files. For example, it might be comfortable to know that the model algebra remains unchanged regardless of the modifications to data input file(s) and solution report file(s). Below you can find one suggestion that demonstrates the idea ({{wiki:main.zip|download}}). | + | It makes sense to split a large GAMS model into different files in order to have a better overview of the GAMS program. A natural separation is to have the model algebra, input data and solution reporting in separate files. For example, it might be comfortable to know that the model algebra remains unchanged regardless of the modifications to data input file(s) and solution report file(s). Below you can find one suggestion that demonstrates the idea ({{:gams:main.zip|download}}). |
File main.gms: | File main.gms: |