I am a full-time consultant and provide services related to the design, implementation and deployment of mathematical programming, optimization and data-science applications. I also teach courses and workshops. Usually I cannot blog about projects I am doing, but there are many technical notes I'd like to share. Not in the least so I have an easy way to search and find them again myself. You can reach me at erwin@amsterdamoptimization.com.
Sunday, June 1, 2008
GAMS: execute_unload
It would be useful to be able to write to the same GDX file in different steps. I.e. something like:
execute_unload "a.gdx",a;
a(i) = a(i)/1000; b(i) = c(i) + a(i);
execute_unload "a.gdx","append",b;
Currently we cannot do this: there is no facility to append.
No comments:
Post a Comment