{{{
diff -r 23241bd151e3 sage/schemes/elliptic_curves/
ell_rational_field.py
--- a/sage/schemes/elliptic_curves/ell_rational_field.py Thu
Feb 18 14:25:25 2010 -0800
+++ b/sage/schemes/elliptic_curves/ell_rational_field.py Wed
Feb 24 20:37:09 2010 -0800
@@ -1679,14 +1679,6 @@
sage: E.minimal_model().rank()
1
- A large example where mwrank doesn't determine the result
with certainty::
-
- sage: EllipticCurve([1,0,0,0,37455]).rank(proof=False)
- 0
- sage: EllipticCurve([1,0,0,0,37455]).rank(proof=True)
- Traceback (most recent call last):
- ...
- RuntimeError: Rank not provably correct.
"""
if proof is None:
from sage.structure.proof.proof import get_flag
}}}
If I run these by hand from the command line, though, I don't see the
file PRIMES anywhere. Can someone familiar with the elliptic curves
code open a ticket, chase this down, and fix it?
--
John
There's some progress on the problem at the originating ticket
http://trac.sagemath.org/sage_trac/ticket/7575#comment:24
This is now
The intention, by the way, is for the user to help various
factorizations by seeding the prime base with suitable known primes.
And the relevant parts of eclib have not changed since before Sage was
born! the reason that this is arising now seems to be just that we
are using more of eclib functionality, which has to be a good thing ;)
John
> --
> To post to this group, send an email to sage-...@googlegroups.com
> To unsubscribe from this group, send an email to sage-devel+...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/sage-devel
> URL: http://www.sagemath.org
>