| 1 | initial version |
Like this maybe
sage: L = posets.TamariLattice(2)
sage: U = L.dual() * L
sage: S = U.subposet((x,y) for x,y in U if not P.le(y,x))
| 2 | No.2 Revision |
Like this maybe
sage: L = posets.TamariLattice(2)
sage: U = L.dual() * L
sage: S = U.subposet((x,y) for x,y in U if not P.le(y,x))
L.le(y,x))
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.