-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
CombinatorialPolyhedron: Store incidence matrix on initialization #29566
Milestone
Comments
New commits:
|
Branch: public/29566 |
Commit: |
comment:2
[deleted] |
comment:3
Please move your comment to the correct ticket. |
comment:5
Sorry. |
comment:6
Looks good to me. |
Reviewer: Jean-Philippe Labbé |
comment:7
Thank you. |
Changed branch from public/29566 to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In case the combinatorial polyhedron is initialized from a matrix, we store the incidence matrix to avoid recomputation.
Note, that this is also the case when the combinatorial polyhedron is obtained e.g. from a polyhedron. In this case the incidence matrix is computed and then this is used to initialize the combinatorial polyhedron.
CC: @jplab @LaisRast
Component: geometry
Keywords: combinatorial polyhedron, incidence matrix
Author: Jonathan Kliem
Branch/Commit:
5d1a52e
Reviewer: Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/29566
The text was updated successfully, but these errors were encountered: