Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 'public/combinat/13987-mary-trees' in 7.3.b6
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Chapoton committed Jul 8, 2016
2 parents d091c43 + 0334ad2 commit 21ea566
Show file tree
Hide file tree
Showing 2 changed files with 952 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/sage/combinat/all.py
Expand Up @@ -113,8 +113,12 @@
from sage.misc.lazy_import import lazy_import
from .ordered_tree import (OrderedTree, OrderedTrees,
LabelledOrderedTree, LabelledOrderedTrees)

from .mary_tree import (MAryTree, MAryTrees,
LabelledMAryTree, LabelledMAryTrees)

from .binary_tree import (BinaryTree, BinaryTrees,
LabelledBinaryTree, LabelledBinaryTrees)
LabelledBinaryTree, LabelledBinaryTrees)

lazy_import('sage.combinat.interval_posets', ['TamariIntervalPoset', 'TamariIntervalPosets'])
from .rooted_tree import (RootedTree, RootedTrees,
Expand Down

0 comments on commit 21ea566

Please sign in to comment.