Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Obtaining all posets from binary tress 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?

Obtaining all posets from binary tress 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?

click to hide/show revision 3
None

Obtaining all posets from binary tress 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?

click to hide/show revision 4
retagged

Obtaining all posets from binary tress 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?