gap-packages / guava

GAP package guava - computations relative to error-correcting codes
https://gap-packages.github.io/guava
Other
13 stars 7 forks source link

BestKnownLinearCode broken #42

Open osj1961 opened 5 years ago

osj1961 commented 5 years ago

BestKnownLinearCode(24,12,2); returns a linear [24,12,6]4..8 U|U+V construction code which is clearly inferior to the extended Golay code

fingolfin commented 2 years ago

I think this is fixed, at least I get this with the current guava version:

gap> BestKnownLinearCode(24,12,2);
a linear [24,12,8]4 extended binary Golay code over GF(2)
fingolfin commented 2 years ago

In fact I cannot reproduce this issue with any guava version down to 3.12, shipped with GAP 4.5.7, released in 2012. Huh?