-
-
Notifications
You must be signed in to change notification settings - Fork 565
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
Adding new combinatorial maps to binary trees #14123
Comments
comment:1
apply trac_14123-binary-trees-maps-vp.patch |
comment:2
Hi Viviane, could you maybe do a little change in the "recursive map 'L 1 R 0' (Tamari)" -> "recursive map L1R0 (Tamari)" to make it look a little less scary? |
comment:3
Needs to be rebased with finished #8703. |
This comment has been minimized.
This comment has been minimized.
Reviewer: Christian Stump |
This comment has been minimized.
This comment has been minimized.
comment:6
If no one else has objections, I'd give it a positive review. |
comment:7
The only problem I see is that the names of the map here are the old names, not the new ones we use in Findstat. Chris changed the names on the Findstas patch but not on this one and I didn't take the time to do it either... |
comment:8
Isn't this (part of) the content of #14302? |
comment:9
Hi Viviane -- I updated the patch with tons of minor changes (unfortunately, I didn't do it in a separate file to actually show the diff, sorry):
Cheers, Christian |
comment:10
Oh ok, I see the name of the maps have been changed on the other ticket. Thank's a lot for your review and changes. As you said, I hadn't checked the docbuild (my wrong). |
comment:12
Don't use assertions for bad user input. An assertion failure is by definition a bug in the code. To catch bad user input, use
|
comment:13
|
comment:14
If you have time, it would be great if you could do it. I'm a bit overloaded with work right now! |
comment:15
Attachment: trac_14123-binary-trees-maps-rebase-cs.patch.gz |
Merged: sage-5.10.rc0 |
We add different combinatorial maps between binary trees and other combinatorial objects (permutations, dyck path, ...) especially to be used into FindStat.
Apply only:
Depends on #8703
CC: @sagetrac-sage-combinat @stumpc5 @sagetrac-chrisjamesberg
Component: combinatorics
Keywords: days45
Author: Viviane Pons
Reviewer: Christian Stump
Merged: sage-5.10.rc0
Issue created by migration from https://trac.sagemath.org/ticket/14123
The text was updated successfully, but these errors were encountered: