-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
Lattice point count with preprocessing #22562
Comments
Dependencies: #22497 |
Commit: |
comment:6
This feature is now complete -- but the branch needs to be rebased onto its prereq tickets. |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
This comment has been minimized.
This comment has been minimized.
Author: Matthias Koeppe |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:13
Patch bot is green now, needs review |
comment:15
All tests passed on 7.6 using |
Reviewer: Jean-Philippe Labbé |
comment:16
Dear Matthias, Having in mind the doc description of
The polyhedron does not have integral points but it returns a box, which is just a point in this case and is not contained in the polytope. I guess this is just because the example is too small to interpret the utility of Probably the description of Otherwise, it looks good to me! |
comment:17
No, |
comment:18
That code is from the prereq ticket #22578, by the way. |
This comment has been minimized.
This comment has been minimized.
comment:22
Replying to @mkoeppe:
Oh! I see. My bad. Thanks for the rebase! It looks good to me. |
Changed branch from u/mkoeppe/lattice_point_count_with_preprocessing to |
This ticket
Polyhedron_base.integral_points_count
implementation that delegates tointegral_points
integral_points_count
implementation toPolyhedron_QQ
CC: @jplab @videlec @tscrim
Component: geometry
Keywords: days84
Author: Matthias Koeppe
Branch/Commit:
540a097
Reviewer: Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/22562
The text was updated successfully, but these errors were encountered: