i1 : diamondProduct(chain 3, chain 3)
o1 = Poset{cache => CacheTable{} }
GroundSet => {{1, 1}, {2, 2}, {2, 3}, {3, 2}, {3, 3}}
RelationMatrix => | 1 1 1 1 1 |
| 0 1 1 1 1 |
| 0 0 1 0 1 |
| 0 0 0 1 1 |
| 0 0 0 0 1 |
Relations => {{{1, 1}, {2, 2}}, {{2, 2}, {3, 2}}, {{2, 3}, {3, 3}}, {{2, 2}, {2, 3}}, {{3, 2}, {3, 3}}}
o1 : Poset
|