#17941: Automatic guess of the groups in a GDD
-------------------------------------+-------------------------------------
Reporter: brett | Owner:
Type: enhancement | Status: needs_info
Priority: major | Milestone: sage-6.6
Component: combinatorial | Resolution:
designs | Merged in:
Keywords: group divisible | Reviewers: Vincent Delecroix
design, block design | Work issues:
Authors: Nathann Cohen | Commit:
Report Upstream: N/A | 884a359e7b5cf4d65000bbf67d9fa4aaf63c7bdb
Branch: public/17941 | Stopgaps:
Dependencies: |
-------------------------------------+-------------------------------------
Changes (by vdelecroix):
* status: needs_review => needs_info
Comment:
Hello,
Shouldn't
{{{
if matrix[i*n+j] == 0:
...
}}}
be
{{{
if matrix[i*n+j] < l:
...
}}}
This suggest to add an example with `lambd > 1`.
Vincent
--
Ticket URL: <http://trac.sagemath.org/ticket/17941#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.