-
-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combinatorial m-ary trees #13987
Comments
Dependencies: #8703 |
This comment has been minimized.
This comment has been minimized.
Commit: |
New commits:
|
Branch: public/combinat/13987-mary-trees |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:47
Batch modifying tickets that will likely not be ready for 9.1, based on a review of the ticket title, branch/review status, and last modification date. |
comment:49
What's the status of the review on this ticket? |
comment:50
I don't remember more than is said in the comments above, and I'm not going to have time for this in the foreseeable time... sorry, not very useful I know. |
comment:52
Setting new milestone based on a cursory review of ticket status, priority, and last modification date. |
comment:53
Setting a new milestone for this ticket based on a cursory review. |
comment:54
I'd like to try and help get this finished, though I'm not sure I'm qualified to be final judge and jury on the OOP/MRO aspects. At the very least, I can implement Travis's suggestion of removing In terms of m=2, people seem fine with having conversion for now, and having inheritance be part of a later ticket to get this finished. I can implement Travis's suggestion that the documentation being clearer about these being ordered/plane trees. In terms of I'll make a thorough pass in the next day or two to test things out, check doc and examples for clarity to somebody that may not be as familiar with m-ary trees, and make sure the doc compiles properly. One thing that's more a note to self to fix later when I do this is that enumerated m-ary trees of a given size is still labeled as 'enumerated set of binary trees of a given size' in the code. Also reminder to self to check (1) as part of comment:37. |
comment:55
In terms of I can't manage to track down exactly what's happening, but as the doc indicates, the This fix/hack is also implemented in I would be of the opinion that if the way things done here is the way they've been forever in |
This comment has been minimized.
This comment has been minimized.
comment:57
Stalled in |
In the same manner as #8703 we want to implement trees with a fixed number of subtrees (equivalent of binary trees but with m subtrees). Especially to use them in the context of the m-Tamari lattices.
This ticket depends on #8703 as we use the implementation of OrderedTrees.
Related:
CC: @hivert @sagetrac-sage-combinat @tscrim @darijgr
Component: combinatorics
Keywords: trees
Author: Viviane Pons
Branch/Commit: public/new-13987 @
a2d92f4
Reviewer: Darij Grinberg
Issue created by migration from https://trac.sagemath.org/ticket/13987
The text was updated successfully, but these errors were encountered: