#12903: Memory leaks with CPLEX
----------------------------------+-----------------------------------------
Reporter: ncohen | Owner: ncohen
Type: defect | Status: new
Priority: major | Milestone: sage-5.1
Component: linear programming | Keywords:
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
----------------------------------+-----------------------------------------
Some memory leaks remained in Sage's CPLEX interface, as reported by Geoff
on http://ask.sagemath.org/question/1170/memory-blowup-with-milp
Fixed there, after a lot of debugging `:-P`
You can check the difference by running the following piece of code :
{{{
while True:
p = MixedIntegerLinearProgram(solver = "CPLEX")
get_memory_usage()
}}}
The result is scary.
Nathann
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12903>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.