Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BestKnownLinearCode broken #42

Open
osj1961 opened this issue Mar 22, 2019 · 2 comments
Open

BestKnownLinearCode broken #42

osj1961 opened this issue Mar 22, 2019 · 2 comments

Comments

@osj1961
Copy link
Collaborator

osj1961 commented Mar 22, 2019

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
Copy link
Member

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
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants