#18813: New decoding structure for linear codes
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  dlucas                 |       Status:  needs_review
           Type:         |    Milestone:  sage-6.10
  enhancement            |   Resolution:
       Priority:  major  |    Merged in:
      Component:         |    Reviewers:
  coding theory          |  Work issues:
       Keywords:         |       Commit:
        Authors:  David  |  0f29ad3d1d09e1c3b7f26b1c6410076b5f0997f5
  Lucas                  |     Stopgaps:
Report Upstream:  N/A    |
         Branch:         |
  u/dlucas/decoder       |
   Dependencies:         |
  #18376                 |
-------------------------+-------------------------------------------------

Comment (by cpernet):

 In the current state, the output of the hash function does not depend on
 the code, but only on its dimensions. (changing some coeffcients in the
 generating matrix G line 107 of decoder.py does not change the hash of the
 linear code and therefore does not change the hash of the decoder neither.

 This remark is just to point out this inconsistency: either add a __hash__
 in encoder and in linear_code or remove the hash here.

--
Ticket URL: <http://trac.sagemath.org/ticket/18813#comment:18>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to