Hi! Mike observed the following strange behavior:
sage: c = Core([4,3],12) sage: c in Partitions() False sage: Partition([4,3])==c True Perhaps we should have sage: c in Partitions() True since cores can be thought of as partitions. How can this be achieved in Sage? Best, Anne -- 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.