#17662: Evenly distributed sets
-------------------------------------+-------------------------------------
       Reporter:  vdelecroix         |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.5
      Component:  combinatorial      |   Resolution:
  designs                            |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:  Vincent Delecroix  |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:  public/17662       |  3aae6682c3fd3c4abea98d19bcdcf389ca6f8297
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by vdelecroix):

 Just some questions about some of your questions.

 Replying to [comment:4 ncohen]:
 > - In the module doc of `database.py`, could you add a link toward a
 definition
 >   of `EDS`? From typing this in Google you don't get much.

 It is currently in the class `EvenlyDistributedSets`. What should I do?

 > - {{{cdef class EvenlyDistributedSets(object):}}} why do you inherit
 from
 >   `object`? What do you earn? `O_o`

 No idea.

 > - An ÌNPUT section is missing from at least two functions of your new
 file. In
 >   particular, it would be cool to know how exactly one is meant to build
 a
 >   `EvenlyDistributedSets` instance.

 It is in the class documentation (not in `__init__`)
 {{{
     INPUT:

     - ``K`` -- a finite field of cardinality `q`

     - ``k`` -- a positive integer such that `k(k-1)` divides `q-1`

     - ``check`` -- boolean (default is ``False``). Whether you want to
 check
       intermediate steps of the iterator. This is mainly intended for
 debugging
       purpose. Setting it to ``True`` will considerably slow the
 iteration.
 }}}
 Should I move it?

 > - About the name `EvenlyDistributedSets`... I don't find it overly
 specific. I
 >   know that the 's' means 'many', but welll....

 What about `SomeEvenlyDistributedSetsWithSomeProperty`? It is exactly the
 evenly distributed sets up to isomorphisms (= relabeling by `x -> ax +
 b`). I will try to find something.

 Vincent

--
Ticket URL: <http://trac.sagemath.org/ticket/17662#comment:5>
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