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

A generic mechanism for bounds on linear code's parameters #19959

Open
sagetrac-dlucas mannequin opened this issue Jan 25, 2016 · 0 comments
Open

A generic mechanism for bounds on linear code's parameters #19959

sagetrac-dlucas mannequin opened this issue Jan 25, 2016 · 0 comments

Comments

@sagetrac-dlucas
Copy link
Mannequin

sagetrac-dlucas mannequin commented Jan 25, 2016

As discussed in #19623 (see comments 17 and below), it would be nice to have, at some point, a generic mechanism to remember and carry on useful information on codes.

Indeed, while performing computations with codes, some parameters might be found, which would require some work to compute in another case.
E.g. while building a lookup table for syndrome decoding, minimum_distance can be computed. As computing the minimum distance is an exhaustive search over all the codewords, it would be a shame to lose this information...

This ticket focuses on implementing such an machanism.

Component: coding theory

Issue created by migration from https://trac.sagemath.org/ticket/19959

@sagetrac-dlucas sagetrac-dlucas mannequin added this to the sage-7.1 milestone Jan 25, 2016
@mkoeppe mkoeppe removed this from the sage-7.1 milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant