-
-
Notifications
You must be signed in to change notification settings - Fork 553
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 integrate #22522
Comments
Dependencies: #22497 |
This comment has been minimized.
This comment has been minimized.
Changed keywords from none to days84 |
Branch: u/mforets/22497 |
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:6
Why your commit |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Matthias Koeppe |
comment:11
Looks good to me. Now follow-up tickets with corresponding methods of |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
comment:13
What does
do in the doctest? |
comment:16
Learn about :: in the doc formatting. This will solve your problem. |
comment:17
There are also a number of doc issues with
The code in the |
comment:19
done! and thanks both for the help. from my side this ticket and #20887 are ok. in the proposed solution, the new volume and integrate methods can also receive polyhedra in RDF, and each vertex is cast to QQ with an iterator over the vertices. |
comment:20
Replying to @mforets:
Nice work!
Is the answer of |
comment:21
Replying to @sagetrac-git:
I don't understand why these commits are here... this ticket is about |
comment:23
Replying to @videlec:
But why? It will be a QQ. |
comment:24
Replying to @mforets:
It does not make any sense. If I have a Polyhedron defined over RDF (= non exact field) its volume can not defined as an element of QQ (= exact field). |
comment:25
Hmm.. Matrices have a change_ring feature that comes very handy for conversion. Shall we add a similar one for Polyhedron? And following your recommendation, make integrate and volume via With the change ring, we could still integrate integrate a polynomial over P with the slightly more complicated
If there are alternative recommended options, I'd really like to learn; but I can post it as a ask.sagemath one if i'm off-topic :) |
comment:26
Integration over an RDF polyhedron via QQ polyhedron (latte) could make sense as long as the method converts the answer back to RDF to indicate that the answer is inexact. As to |
comment:27
(In addition to |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed branch from u/mforets/22497 to u/mforets/22522 |
Changed branch from u/mforets/22522 to |
Provide a generic interface to integrate a polynomial over a polytope.
See also #18232.
Depends on #22497
CC: @videlec @mkoeppe @jplab
Component: packages: optional
Keywords: days84
Author: Marcelo Forets
Branch/Commit:
6a474f9
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/22522
The text was updated successfully, but these errors were encountered: