-
-
Notifications
You must be signed in to change notification settings - Fork 516
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
Rooted trees #11529
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
Attachment: trac_11529-rooted_trees-fh.patch.gz Patch cannot be applied. If this is just because of the unfinished #10194 (I don't know the current status of that), then it can be set back to "need review". |
comment:5
Florent, is this the latest patch from the sage-combinat queue ? If not, it would be good to refresh, so that one can start working on it here. |
Branch: u/chapoton/11529 |
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:82
On 32-bit:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:84
Good call -- I don't know how I missed them. |
comment:85
No, no ! This hash should be different for 32 and 64 bits ! |
comment:86
You mean "should be" or "is"? What is going on here? Why should a hash (computed via sort_key) be machine-dependent? |
comment:87
The hash is different.
|
comment:88
Oh! Should it be marked #random? |
comment:89
No, it should have the two possible answers as in the example above. |
comment:91
good for me on 64-bit |
comment:92
Thank you! |
comment:93
The easier test to make sure the hash is working is to do something like |
comment:94
Replying to @tscrim:
If you use the same Florent which is coming back to Sage after a long absence. By the way : Tanks to all of you for finishing this one ! |
Changed branch from public/combinat/11529 to |
Implement combinatorial (unordered) rooted trees
This is done using ordered rooted trees as data structure, and recursive normalization.
CC: @sagetrac-sage-combinat @tscrim @darijgr
Component: combinatorics
Keywords: rooted trees
Author: Florent Hivert
Branch/Commit:
dc8120f
Reviewer: Frédéric Chapoton, Darij Grinberg, Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/11529
The text was updated successfully, but these errors were encountered: