-
-
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
generic latte_int interface to count #22497
Comments
Changed keywords from none to days84 |
comment:2
Why not putting this in the |
This comment has been minimized.
This comment has been minimized.
Commit: |
New commits:
|
Branch: u/vdelecroix/22497 |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:7
Keyword arguments should be provided (perhaps via decorator) for the benefit of tab completion. |
comment:8
Replying to @mkoeppe:
This would be nice to have but not implemented. Did you have something in mind? The implementation I have in mind is a kind of challenge since you have to play with the bytecode of the function... |
Reviewer: Matthias Koeppe |
comment:9
OK, separate ticket then |
comment:10
I have one failure when
I see this test is not marked |
comment:11
it is not. Thanks for testing. |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Changed branch from u/vdelecroix/22497 to |
Changed commit from |
comment:15
When looking at this branch, I could not understand how the problem solved in #21491 was not reappearing. I tested 7.6.rc0 and everything was fine so I could not understand. I just realized the existence of #22577 which is a follow up of this ticket. So now I understand everything, and everything is great, thank you! |
We provide a file
sage/interfaces/latte.py
that provides a uniform functioncount
to query the LattE programcount
(integrate
will be dealt with in another ticket). It is used in this ticket to refactorehrhart_polynomial
andintegral_points_count
.Prerequisite for #18232.
CC: @mkoeppe @sagetrac-tmonteil
Component: geometry
Keywords: days84
Author: Vincent Delecroix
Branch:
d5ff154
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/22497
The text was updated successfully, but these errors were encountered: