| I'm trying to find elliptic curves lying on a quartic surface; there are probably clever ways to do this, but at the moment I am finding lots of quadrics through an integer point on the surface, then iterating over pairs of them and checking
This leaks about 2MB memory per second, presumably because the Groebner bases for the ideals are being cached; is there a way to tell sage not to cache them? |
Asked: Jan 17 '12
Seen: 34 times
Last updated: Jan 17 '12
powered by ASKBOT version 0.7.22
Copyright Sage, 2010. Some rights reserved under creative commons license.
I have the same problem now (iterating over some polynomials, the memory for the groebner base is not freed). I'm thinking about filing a bug report. Did you find any solution?
Anakonda (Nov 06 '12)