Elements of posets, lattices, semilattices, etc.

class sage.combinat.posets.elements.JoinSemilatticeElement(poset, element, vertex)
Bases: sage.combinat.posets.elements.PosetElement
class sage.combinat.posets.elements.LatticePosetElement(poset, element, vertex)
Bases: sage.combinat.posets.elements.MeetSemilatticeElement, sage.combinat.posets.elements.JoinSemilatticeElement
class sage.combinat.posets.elements.MeetSemilatticeElement(poset, element, vertex)
Bases: sage.combinat.posets.elements.PosetElement
class sage.combinat.posets.elements.PosetElement(poset, element, vertex)
Bases: sage.structure.element.Element

Previous topic

Hasse diagrams of posets

Next topic

SemiLattices and Lattices

This Page