-
-
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
Set up pyramid with both Vrep and Hrep #32152
Comments
comment:2
Could there be a slowdown if we need to compute the number of inequalities, say if a polytope was given in terms of its vertices? Do we even want to bother checking if one or both of the representations have been done (and then choose accordingly)? |
comment:3
Yes, there could be a slowdown and especially for something as simple as the pyramid, but not at the moment. Currently, all polyhedra are immutable and non-interactive and the Vrepresentation and Hrepresentation is always already computed. With mutable polyhedra (theoretically makes sense with |
Reviewer: Travis Scrimshaw |
comment:4
Okay, I understand. Thank you for the explanation. LGTM. |
comment:5
Thank you. |
Changed branch from u/gh-kliem/double_description_pyramid to |
We set up the pyramid over a polyhedron with the double description.
Before:
After:
Component: geometry
Keywords: polyhedron, double description, precomputed, pyramid
Author: Jonathan Kliem
Branch/Commit:
2b1c64b
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/32152
The text was updated successfully, but these errors were encountered: