-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
Reduced Rauzy graph #8418
Comments
comment:2
Hello Julien ! Thanks for this new function that will be really helpful ! I have some minor comments, though.
Short of that, your code looks good. Next time will probably be a positive review ! |
comment:3
I am adding some more comments :
Sébastien |
comment:4
The following result seem broken. There should be 3 edges :
Once it is fixed. This example should be added to the documentation. |
Adds reduced rauzy graph function |
comment:5
Attachment: trac_8418_reduced_rauzy_graph-jl.patch.gz |
Attachment: trac_8418_review-sl.patch.gz Applies over the precedent patch |
Reviewer: Sébastien Labbé, Alexandre Blondin Massé |
comment:6
I just added a patch that mainly fixes doc issues. For instance, :: are necessary before sage block (not after). I put the INPUT block higher. I fixed the NOTE block. I changed + to * for words because it is more natural ( To my eye, the ticket is ready for a positive review. I let Alex do a last review and change the status to positive review if he is fine with the ticket. Good work, Sébastien |
Changed author from jleroy to Julien Leroy |
comment:8
There is maybe a last remark I have... Sorry if I'm being over-meticulous. While I was looking at the INPUT block, I noticed that "integer" was not a precise enough explanation of the parameter Then I tried it on the word Anyway, the last thing that needs to be done would be to be more precise about Julien, if you want to make the changes, make sure you create another patch that applies on top of Sébastien's. |
comment:9
Hello Alex. I could change this INPUT but anyone using the reduced Rauzy graph knows the definition of Rauzy graph and it is clear in this one that 'n' represents the length of the factors. Therefore it is clear that n is non negative. What do you thing about? |
comment:10
I'm all right with the ticket as it is now. I added a small patch that give more details about the input of the function. Great work, Julien ! Positive review. |
Precision of the input field -- apply on top of the two first patches |
comment:11
Attachment: trac_8418_review-abm.patch.gz I just added a new patch for my review. I had forgotten the word "reduced" and I gave more details about the input. Still positive review ! |
Merged: sage-4.3.4.alpha1 |
Adding the function reduced_rauzy_graph in word.py
CC: @sagetrac-abmasse @seblabbe
Component: combinatorics
Author: Julien Leroy
Reviewer: Sébastien Labbé, Alexandre Blondin Massé
Merged: sage-4.3.4.alpha1
Issue created by migration from https://trac.sagemath.org/ticket/8418
The text was updated successfully, but these errors were encountered: