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

At some point, we looked at the code for permutations, and many things
there are actually defined for words on a totally ordered alphabet:

- size
- inversions
- runs
- longest_increasing_subsequence
- descents
- major index
- peaks
- saliances
- reverse
- robinson_schensted

What about moving as much as possible to words, and then inherit from
words in permutations?

Best, Christian

-- 
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