#14973: New functions for binary linear codes
---------------------------------+----------------------------
       Reporter:  veronica       |        Owner:
           Type:  enhancement    |       Status:  needs_review
       Priority:  major          |    Milestone:  sage-5.12
      Component:  coding theory  |   Resolution:
       Keywords:  binary codes   |    Merged in:
        Authors:                 |    Reviewers:
Report Upstream:  N/A            |  Work issues:
         Branch:                 |       Commit:
   Dependencies:                 |     Stopgaps:
---------------------------------+----------------------------

Comment (by ppurka):

 Hmm.. I didn't notice these two issues before:

 1. The `syndrome()` function is (strangely) duplicated in `decoder.py`

 2. At some point during the GSOC, we made the output of
 `groebner_basis_singular` a list, to make the output similar to the output
 of the other `groebner_basis_fglm` function (which was probably named
 differently). Now, I feel that the generator itself should be returned,
 i.e., the return statement should be `return
 I.groebner_basis('libsingular:stdfglm')` because the output of this
 function is used sequentially, and used only once. Consequently, all the
 doctests should be changed to `list(groebner_basis_singular..)`.

--
Ticket URL: <http://trac.sagemath.org/ticket/14973#comment:14>
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/groups/opt_out.

Reply via email to