-
-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integral points on elliptic curves over number fields #10973
Comments
Attachment: intpts.sage.gz |
Attachment: ell_int_points.py.gz This code goes into "sage/schemes/elliptiic_curves". It works, but needs work. |
comment:2
New version of .py file, fixing a problem with bogus interaction with Maxima. |
Attachment: trac_10973.gz |
comment:3
The patch trac_10973 should apply w/o problems against sage-4.7.alpha1. The previous attachments are replaced by this one. |
comment:4
This patch is related to, and appears to fix, the problem described by #10152. |
Attachment: trac_10973.2.gz Updated patch with code to reject requests w/o generators; replaces previous patch of same name. |
comment:5
minor error in all.py, +from ell_int_points.py import * |
Attachment: trac_10973.patch.gz |
Attachment: trac_10973.2.patch.gz This replaces the previous patch |
replaces previous patch |
comment:8
Attachment: trac_10973.3.patch.gz This should do it. This is a small fix to the previous patch, it now passes the tests. |
Changed author from Justin Walker to Justin Walker, Aly Deines |
Changed author from Justin Walker, Aly Deines to Justin Walker, Aly Deines, Jennifer Balakrishnan |
Attachment: report.txt This is a list of 14 issues I had reading through trac_10973.3.patch. |
comment:11
Please see the rather long file report.txt that I posted with a bunch of issues I noticed when reading through trac_10973.3.patch. |
Attachment: Trac10973.4.patch.gz Replaces previous patch. |
comment:12
Trac10973.4.patch addresses everything in report.txt. This returns the same result as the original integral_points over We compared times on all curves over If |
Attachment: Trac10973.5.patch.gz Replaces previous patch, corrects Authors. |
comment:13
Replying to @adeines:
Why? Surely it would definitely be better to return a correct answer by default. I can imagine leaving the old code in with an not-by-default option to call it and docs that mention it is faster. |
comment:73
I have a current branch called intptsQ which I made good progress on in December and will get back to. |
comment:74
Ticket retargeted after milestone closed (if you don't believe this ticket is appropriate for the Sage 8.8 release please retarget manually) |
comment:75
Tickets still needing working or clarification should be moved to the next release milestone at the soonest (please feel free to revert if you think the ticket is close to being resolved). |
comment:76
Ticket retargeted after milestone closed |
comment:77
Batch modifying tickets that will likely not be ready for 9.1, based on a review of the ticket title, branch/review status, and last modification date. |
comment:79
Setting new milestone based on a cursory review of ticket status, priority, and last modification date. |
comment:80
Setting a new milestone for this ticket based on a cursory review. |
Incorporate work done by Rado Kirov and Jackie Anderson at Sage Days 22, based on Magma implementation by Cremona's student Nook.
See also #12095 (now tagged as duplicate).
Converted to git by John Cremona, 2013-12-18
CC: @JohnCremona @sagetrac-gagansekhon @jbalakrishnan
Component: elliptic curves
Keywords: sd32
Author: Justin Walker, Aly Deines, Jennifer Balakrishnan
Branch/Commit: public/10973 @
0774d59
Issue created by migration from https://trac.sagemath.org/ticket/10973
The text was updated successfully, but these errors were encountered: