Hello,


On 22/05/15 04:33, Rob Beezer wrote:
The code below fails on 6.7 with a RuntimeError.

r = 2
C = codes.HammingCode(r, GF(2))
C.minimum_distance()

This is a bug in the algorithm since it does not handle the case where all your vectors have non zero entries. It might be because of me in #17452

For  r > 5  it seems to hang interminably, while back in November/December
I could do  r = 7  in a few seconds, and do  r = 10  without waiting too
long.

For this I have no idea since the code is still calling GAP.

Best
Vincent

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

Reply via email to