#18608: Arc method in BalancedIncompleteBlockDesign class
-------------------------------------+-------------------------------------
       Reporter:  q.honore           |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.9
      Component:  combinatorial      |   Resolution:
  designs                            |    Merged in:
       Keywords:                     |    Reviewers:  Vincent Delecroix
        Authors:  Quentin Honoré     |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:  public/18608       |  a6d38932e82777967163fb725f58a0255c077c59
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by ncohen):

 {{{
 sage: b=designs.balanced_incomplete_block_design(7,3)
 sage: len(b.arc())
 4
 sage: b.relabel(list("abcdefg"))
 sage: len(b.arc())
 7
 }}}

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