I wanted to apply the Robinson-Schensted correspondence to words. This
is a method for Permutation but the documentation says I can apply
this to words (aka permutations with repeated entries). However when I
tried this I got an AssertionError. The problem seems to be that the
first tableau, p, is not standard so StandardTableau(p) fails.

This can be fixed by replacing StandardTableau(p) by Tableau(p) in
line 2602 of permutation.py. However this does not seem very
satisfactory.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to