One can obtain all posets of binary trees for a given n as follows in Sage: n=4 posets = [bt.to_poset() for bt in BinaryTrees(n)]
Is there a quick method to obtain the list of all such posets up to isomorphism?
| 1 | initial version |
One can obtain all posets of binary trees for a given n as follows in Sage: n=4 posets = [bt.to_poset() for bt in BinaryTrees(n)]
Is there a quick method to obtain the list of all such posets up to isomorphism?
One can obtain all posets of binary trees for a given n as follows in Sage:
Sage:
n=4
posets = [bt.to_poset() for bt in BinaryTrees(n)]BinaryTrees(n)]
Is there a quick method to obtain the list of all such posets up to isomorphism?
One can obtain all posets of binary trees for a given n as follows in Sage:
n=4
posets = [bt.to_poset() for bt in BinaryTrees(n)]
Is there a quick method to obtain the list of all such posets up to isomorphism?
| 4 | retagged |
One can obtain all posets of binary trees for a given n as follows in Sage:
n=4
posets = [bt.to_poset() for bt in BinaryTrees(n)]
Is there a quick method to obtain the list of all such posets up to isomorphism?
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.