Hello,

One more time with integer partitions...

1) I find the actual __repr__ boring (Ferrers diagram). Why do not
keep the old list representations which is really clearer than lines
of sharps ? Is there a reason to prefer Ferrer diagrams than list of
integers ?
Moreover with the actual serie of patches applied I get a monstruous
number of errors with

  sage -t partition.py

2) Is it consistent to define the following operation + on partition
which sounds like concatenation on list
{{{
sage: p = Partition([2, 1])
sage: p
[2, 1]
sage: q = Partition([3, 1])
[3, 1]
sage: p + q
[3, 2, 1, 1]
}}}

Cheers,
Vincent

-- 
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-de...@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