Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 'public/uniform_H4_polytopes' of trac.sagemath.org:sage …
Browse files Browse the repository at this point in the history
…into h4_polytopes
  • Loading branch information
jplab committed Sep 1, 2019
2 parents 14b4918 + bd1fd21 commit 3ee9569
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sage/geometry/polyhedron/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -2323,7 +2323,8 @@ def generalized_permutahedron(self, coxeter_type, point=None, exact=True, regula
sage: perm_b3 = polytopes.generalized_permutahedron(['B',3]); perm_b3
A 3-dimensional polyhedron in (Number Field in a with defining polynomial x^2 - 2 with a = 1.414213562373095?)^3 defined as the convex hull of 48 vertices
sage: perm_b3_reg = polytopes.generalized_permutahedron(['B',3],regular=True); perm_b3_reg # not tested - long time (12sec on 64-bits).
sage: perm_b3_reg = polytopes.generalized_permutahedron(['B',3],regular=True); perm_b3_reg # not tested - long time (12sec on 64 bits).
A 3-dimensional polyhedron in AA^3 defined as the convex hull of 48 vertices
It is faster with the backend ``'normaliz'``::
Expand Down

0 comments on commit 3ee9569

Please sign in to comment.