i1 : partitionLattice 3
o1 = Poset{cache => CacheTable{...8...} }
GroundSet => {{{1, 2, 3}}, {{1, 2}, {3}}, {{1, 3}, {2}}, {{1}, {2, 3}}, {{1}, {2}, {3}}}
RelationMatrix => | 1 1 1 1 1 |
| 0 1 0 0 1 |
| 0 0 1 0 1 |
| 0 0 0 1 1 |
| 0 0 0 0 1 |
Relations => {{{{1, 2, 3}}, {{1}, {2, 3}}}, {{{1, 2, 3}}, {{1, 3}, {2}}}, {{{1, 2, 3}}, {{1, 2}, {3}}}, {{{1, 2}, {3}}, {{1}, {2}, {3}}}, {{{1, 3}, {2}}, {{1}, {2}, {3}}}, {{{1}, {2, 3}}, {{1}, {2}, {3}}}}
o1 : Poset
|