Opened 2 years ago
Last modified 2 years ago
#29191 new task
Polytopal constructions for combinatorial polyhedra
Reported by: | gh-kliem | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-wishlist |
Component: | geometry | Keywords: | |
Cc: | jipilab, gh-LaisRast | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
Many polytopal constructions are purely combinatorial and it should therefore be possible to do them just with CombinatorialPolyhedron
. We collect them here:
Change History (4)
comment:1 Changed 2 years ago by
- Milestone changed from sage-9.1 to sage-wishlist
comment:2 Changed 2 years ago by
comment:3 Changed 2 years ago by
Well, I don't know about whether this will speed things up in general. But lets say you really care about the combinatorics of the faces of a polyhedron. Then you want to avoid constructing a geometric object every time.
However, this is really not a priority for me, so it will take time.
comment:4 Changed 2 years ago by
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
Some of them take some optional parameters... So each case might involve some intricate things to do, but yeah, I guess it would be great to speed things up using combin. polyhedra...