> I would like to thank you for your great lp solver tool which is heavily > used by our analysis software.
Thank you for your interest in glpk. > Unfortunately we encountered major memory problems when first using the > glpk API naively. > The only way to avoid these memory problems was to call the function > "lpx_free_env()" that you provided. > It could be helpful for other users to mention the existence of this > very helpful function in your reference manual ( as we had to search for > it in your source code). Could you please describe that problem in more details? > > Additionally it would be nice to have the compiler option "-fPIC" as > default in your Makefile when building for AMD64 machines. You can specify any platform- and compiler-dependent options on invoking make (e.g. 'make CFLAGS=-fPIC'); see file INSTALL for further instructions. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
