-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
Polyhedron_base.vertex_adjacency_matrix: Do not use face_lattice #32666
Comments
Author: Jonathan Kliem |
Commit: |
Branch: public/32666 |
Reviewer: Frédéric Chapoton |
comment:2
ok, looks good |
comment:3
Thanks for working on this! |
comment:4
Thanks for the review. |
comment:5
how about
|
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
Changed reviewer from Frédéric Chapoton to Frédéric Chapoton, Matthias Koeppe |
comment:7
Thanks! |
Changed branch from public/32666 to |
instead just go through
self.combinatorial_polyhedron().edges()
This should be faster - and only avoids an indirect dependency of
sage.geometry.polyhedron.plot
onsage.combinat
CC: @kliem
Component: geometry
Author: Jonathan Kliem
Branch/Commit:
2cd253c
Reviewer: Frédéric Chapoton, Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/32666
The text was updated successfully, but these errors were encountered: