Hi,

do you consider the following a bug?

sage: A = Core([2],4)
sage: B = Core([2],5)
sage: hash(A) == hash(B)
True

The hash of a core only depends on the list and not on the core. Since the
same list considered as an x- and as a y-core are fundamentally different
objects, I would rather suggest to have the hash depending not only on the
list.

If others agree, I will provide a patch fixing that...

Cheers, Christian

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-combinat-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to