On 2014-11-11, Peter Mueller <ypf...@googlemail.com> wrote:
> Dear Sage developers,
>
> 3 years ago a memory leak in lp solvers was fixed in ticket 
>  http://trac.sagemath.org/ticket/11917. It seems that the problems are back 
> in Sage 6.3.
> The code
>
> while True:
>     P = MixedIntegerLinearProgram(solver="Coin")
>
> eats several GB within a few seconds!!! The same with solver="Coin", but 

You mention Coin twice here. Do you mean to say Gurobi once, and Coin once?


> not with solver="glpk".
>
> I badly need to run a code for millions of small ILPs, but which 
> nevertheless are sufficiently big such that "glpk" is useless, "Coin" is a 
> snail, but gurobi does very well. Is there a quick work around? Doing a 
> `del P' doesn't help. 
>
> Best wishes,
> Peter
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to