#16662: OA for n=1046,1059,2164,3992,3994
-------------------------------------+-------------------------------------
Reporter: ncohen | Owner:
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-6.4
Component: combinatorial | Resolution:
designs | Merged in:
Keywords: | Reviewers:
Authors: Nathann Cohen | Work issues:
Report Upstream: N/A | Commit:
Branch: u/ncohen/16662 | 8fcaed066b7f110af10c6a471cbebcad370bd312
Dependencies: #16604 | Stopgaps:
-------------------------------------+-------------------------------------
Comment (by ncohen):
Could you add some comments ? So many loops and tests, even an internal
caching system and no comments is a bit tough.
Also, I don't think you should implement caching systems like that in a
`find_` function. If we need such caching (and we do) it should be
implemented where it belongs, with a dedicated function.
I had in mind something like that:
{{{
designs.orthogonal_arrays.build(k,n)
designs.orthogonal_arrays.build_information(k,n)
designs.orthogonal_arrays.is_available(k,n)
designs.orthogonal_arrays.exists(k,n)
designs.orthogonal_arrays.max_k(n)
designs.orthogonal_arrays.all_n(k, min=None, max=None)
}}}
Though I like this interface, it means quite some amount of copy/paste in
the code. For TD and MOLS. Maybe there is a trick.
Nathann
--
Ticket URL: <http://trac.sagemath.org/ticket/16662#comment:21>
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.