> I have a large model which I want to run on a machine with small amount > of memory (80M), which leads to xmalloc errors. > Is there a way of capping memory consumption (i.e. by caching to disk)? I > realize this would impact performance.
No, it is impossible. Glpk keeps all its data structures in the main core and has no out-of-core features. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
