Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 4 years ago

klaaa gravatar image

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

updated 4 years ago

FrédéricC gravatar image

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

updated 2 years ago

FrédéricC gravatar image

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?