This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
gams:create_a_report_with_some_technical_information_about_the_optimzation [2011/09/14 17:39] support |
gams:create_a_report_with_some_technical_information_about_the_optimzation [2011/09/22 14:09] (current) support |
||
---|---|---|---|
Line 14: | Line 14: | ||
There's plenty more one could include. To get a list, just make a mis-spelling of one of the model suffices - this provokes GAMS/Base into giving you a list of the allowed ones: | There's plenty more one could include. To get a list, just make a mis-spelling of one of the model suffices - this provokes GAMS/Base into giving you a list of the allowed ones: | ||
<code> | <code> | ||
- | 1. set by gams after each solve execution | + | 2. set by gams after each solve execution |
- | cutoff, dictfile, domusd, iterusd, line, modelstat | + | domusd, etalg, etsolve, etsolver, handle, iterusd, line |
- | nodusd, number, numequ, numinfes, numnlins | + | linkused, modelstat, nodusd, number, numdepnd, numdvar |
- | numnopt, numnz, numredef, numvar, objest, objval | + | numequ, numinfes, numnlins, numnlnz, numnopt, numnz |
- | resusd, solvestat, suminfes, sysident, sysver, tryint | + | numredef, numvar, numvarproj, objest, objval, procused |
- | ... | + | resgen, resusd, robj, solvestat, suminfes |
</code> | </code> | ||
You may also use a [[interfaces:send_model_status_to_a_gdx_file|gdx file to store this information]]. | You may also use a [[interfaces:send_model_status_to_a_gdx_file|gdx file to store this information]]. |