i2 : removeIsomorphicPosets L
o2 = {Poset{cache => CacheTable{...16...} },
GroundSet => {1, 2, 3, 4}
RelationMatrix => | 1 1 1 1 |
| 0 1 1 1 |
| 0 0 1 1 |
| 0 0 0 1 |
Relations => {{1, 2}, {2, 3}, {3, 4}}
------------------------------------------------------------------------
Poset{cache => CacheTable{...13...}
GroundSet => {000, 001, 010, 011, 100, 101, 110, 111}
RelationMatrix => | 1 1 1 1 1 1 1 1 |
| 0 1 0 1 0 1 0 1 |
| 0 0 1 1 0 0 1 1 |
| 0 0 0 1 0 0 0 1 |
| 0 0 0 0 1 1 1 1 |
| 0 0 0 0 0 1 0 1 |
| 0 0 0 0 0 0 1 1 |
| 0 0 0 0 0 0 0 1 |
Relations => {{000, 001}, {010, 011}, {000, 010}, {001, 011},
------------------------------------------------------------------------
{100, 101}, {110, 111}, {100, 110}, {101, 111}, {000, 100}, {001, 101},
------------------------------------------------------------------------
}, Poset{cache => CacheTable{...13...}
GroundSet => {00, 01, 10, 11}
RelationMatrix => | 1 1 1 1 |
| 0 1 0 1 |
| 0 0 1 1 |
| 0 0 0 1 |
Relations => {{00, 01}, {10, 11}, {00,
{010, 110}, {011, 111}}
------------------------------------------------------------------------
}}
10}, {01, 11}}
o2 : List
|