Changes between Initial Version and Version 1 of Ticket #28073
- Timestamp:
- Jun 27, 2019, 3:31:26 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28073
-
Property
Authors
changed from
to
Marketa Slukova
- Property Cc dimpase jsrn added
-
Property
Component
changed from
PLEASE CHANGE
tocoding theory
- Property Owner set to gh-emes4
-
Property
Type
changed from
PLEASE CHANGE
toenhancement
-
Property
Authors
changed from
-
Ticket #28073 – Description
initial v1 1 `AbstractLinearCode` is at the moment the most abstract representation of codes in Sage. This makes it very difficult to implement non-linear codes and also codes with a metric different than Hamming. 2 3 We propose to create `AbstractCode` class that will contain metric-agnostic methods, as well as the encoder/decoder framework. `AbstractLinearCode` will derive from this class.