sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.37k stars 462 forks source link

Polytopal constructions for combinatorial polyhedra #29191

Open kliem opened 4 years ago

kliem commented 4 years ago

Many polytopal constructions are purely combinatorial and it should therefore be possible to do them just with CombinatorialPolyhedron. We collect them here:

CC: @jplab @LaisRast

Component: geometry

Issue created by migration from https://trac.sagemath.org/ticket/29191

jplab commented 4 years ago
comment:2

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...

kliem commented 4 years ago
comment:3

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.

kliem commented 4 years ago

Description changed:

--- 
+++ 
@@ -7,7 +7,7 @@
 - face stacking,
 - lawrence extension,
 - lawrence polytope,
-- pyramid,
+- #30440: pyramid,
 - bipyramid,
 - prism,
 - truncation,