Search found 2 matches

Go to advanced search

by HigherMoonTheory
12 Mar 2024, 16:03
Forum: Helpdesk
Topic: Creating order polytopes from face lattices
Replies: 2
Views: 7903

Creating order polytopes from face lattices

I'm trying to create an order polytope from the face lattice of a polytope. I'm using the following code: $polygon = n_gon(3); $lattice = $polygon->HASSE_DIAGRAM; $orderpoly = order_polytope($lattice); I get an error message: ERROR: no matching overloaded instance of Polymake::polytope::order_polyto...

Go to advanced search