-
-
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
Integration of polynomials over polytopes with LattE #20887
Comments
Dependencies: #22522 |
This comment has been minimized.
This comment has been minimized.
Branch: u/mforets/22497 |
Commit: |
New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
comment:8
The commits here and at #22522 are exactly the same (last being |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed branch from u/mforets/22497 to u/mforets/20887 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:12
there is a test that's being incorrectly parsed by the bot (in the shell it's fine):
|
comment:13
(migrated from #22522) Replying to @mkoeppe:
Ok, that makes sense! Moreover Vincent convinced me that coercing and instantiating like that is a bad idea, potentially very costly and because it's hidden. In the new patch that's been reverted, but an illustrative example was added.
I've created #22574 for change_ring and #22575 for change_backend. |
Author: Marcelo Forets |
comment:15
this should be "cone decomposition".
|
Reviewer: Matthias Koeppe |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:26
Replying to @mkoeppe:
thanks Matthias; i did run the tests before submitting, but there was this "" thing that i didn't know how to solve. but actually it was a trivial error on my side. anyway, commit 1cf59f4 shall fix it. |
Changed keywords from none to days84, polytope |
comment:29
I have to ask, at no point are importing |
comment:30
|
comment:31
I should have thought about that! Never mind "is_package_installed", it is only visible at all because you forgot to mark that particular test |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:34
Doesn't fbissey's comment regarding |
comment:35
It's a funny, it has to work due to a chain of import from
and in
But most other call to it, do an explicit import. I would think it is supposed to work unless I am missing something. |
comment:36
Replying to @mkoeppe:
but |
comment:37
Let's call it a "user" error and forget about my comment about it. I have stuff from the feature branch which removes it. I didn't notice that this file was touched by it. That's why it is absent on my stuff. |
comment:38
Ah, thanks for the clarification. |
Changed branch from u/mforets/20887 to |
The ticket #22522 makes available a function
sage.interfaces.latte.integrate
that calls the corresponding LattE function. We make this low level function available as a method of polyhedra.Moreover, we add a new "engine" to the existent
volume
method of Polyhedron, interfacing withsage.interfaces.latte.integrate
.Depends on #22522
CC: @jplab @mo271
Component: geometry
Keywords: days84, polytope
Author: Marcelo Forets
Branch/Commit:
dc544fa
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/20887
The text was updated successfully, but these errors were encountered: