-
-
Notifications
You must be signed in to change notification settings - Fork 514
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
Meta-ticket: enhancement of the coding theory part of Sage #18846
Labels
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:63
I've ported the information on this meta-page to a dedicated Trac Wiki roadmap page: https://trac.sagemath.org/wiki/SageCodingRoadMap |
comment:64
Closing, cf above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This ticket summarizes the work done in the ACTIS project.
The main goal of this project is to enhance the decoding part of Sage, doing the following:
The following tables gives a quick access to all tickets related to the project:
The
Nature
column gives the "type" of the ticket :Structure
means it's a structural ticket, which does not require any knowledge in coding theory. It will be for tickets which introduce new mechanisms in the API.Cleanup
means it's a ticket that refreshes old existing code of the coding library, and/or documentation. It does not require any knowledge in coding theory.Content
means it adds new mathematical content (code families, decoding algorithms, ...) to Sage. Some knowledge on the topic might be useful for these tickets.Documentation
means it's a ticket which adds some new documentation in the library. It does not require any particular knowledge in coding library, nor being familiar with our code.Enhancement
means it's a ticket which makes some existing code better, either in matter of speed or design.Major features
sage.coding.linear_code
Small tickets
covering_radius
LinearCodeFromCheckMatrix
grs.py
's documentationencode
as application toEncoder
minimum_distance
generic methodAbstractLinearCode.minimum_distance
fails with GAP message for large fieldsdecoder_type
only works on class instancesx
dimension
fails if_dimension
is npt setLinearCode
AbstractLinearCode
should throw sensible error messages on printingLinearCode.basis()
should be an immutable SequenceHammingCode
Tickets related to GSoC 2016: Rank metric codes
Old tickets
__contains__
methoddual_code
,__eq__
and removed debug traces__ne__
AbstractLinearCode.zero
LinearCode(C)
for some codeC
should construct a codeLinearCode
relative_field_extension.py
CC: @johanrosenkilde @jpflori @videlec @defeo @sagetrac-danielaugot @nthiery @jlavauzelle @ppurka @ClementPernet
Component: coding theory
Issue created by migration from https://trac.sagemath.org/ticket/18846
The text was updated successfully, but these errors were encountered: