Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #30445: Merge duplications in edges, ridges and f-vector of comb…
…inatorial polyhedron We merge some duplications of obtaining edges, ridges and f-vector. There was an entire copy of getting edges/ridges that also obtained the f-vector. But it is much simpler doing this directly in the f-vector code. Also getting the edges/ridges is almost the same thing. We can let the `FaceIterator` worry about the details. URL: https://trac.sagemath.org/30445 Reported by: gh-kliem Ticket author(s): Jonathan Kliem Reviewer(s): Travis Scrimshaw
- Loading branch information