You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: src/sage/combinat/posets/poset_examples.py
+14-4
Original file line number
Diff line number
Diff line change
@@ -65,10 +65,20 @@
65
65
:meth:`~Posets.YoungsLatticePrincipalOrderIdeal` | Return the principal order ideal of the partition `lam` in Young's Lattice.
66
66
:meth:`~Posets.YoungFibonacci` | Return the Young-Fibonacci lattice up to rank `n`.
67
67
68
+
**Other available posets:**
69
+
70
+
.. csv-table::
71
+
:class: contentstable
72
+
:widths: 30, 70
73
+
:delim: |
74
+
75
+
:meth:`~sage.geometry.polyhedron.base.Polyhedron_base.face_lattice` | Return the face lattice of a polyhedron.
76
+
:meth:`~sage.geometry.polyhedron.combinatorial_polyhedron.base.CombinatorialPolyhedron.face_lattice` | Return the face lattice of a combinatorial polyhedron.
0 commit comments