> I use ubuntu and run glpk with terminal. > > when I run 1 example I the memory after termination of programme is > 120mb and If I run 5 times (in a for) the memory use is 300mb. > > after termination I have > > glp_delete_prob(lp) > glp_free_env() :the resulte is 0 >
Most probably the memory leak happens somewhere out of glpk. Please check your own code. _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
