[sage-devel] Re: [sage-combinat-devel] implementing covering arrays

2023-03-02 Thread brettpim
Thanks David. Our initial patch does not change the OA code at all. I think once we get a fully featured CA code, we can propose a transition of the OA code to a method at that time. On Thursday, March 2, 2023 at 12:19:56 PM UTC-5 David Joyner wrote: > > > On Thu, Mar 2, 2023 at 12:11 PM bre

[sage-devel] Re: [sage-combinat-devel] implementing covering arrays

2023-03-02 Thread David Joyner
On Thu, Mar 2, 2023 at 12:11 PM brett stevens wrote: > We have completed our initial implementation of covering arrays with basic > methods. It is ready for review and we are looking for reviewers. The > pull request is here: > > https://github.com/sagemath/sage/pull/35008 > > Againi, I'm cc'in

[sage-devel] Re: [sage-combinat-devel] implementing covering arrays

2022-05-31 Thread David Joyner
On Mon, May 30, 2022 at 2:35 PM brett stevens wrote: > > Myself and my M.Sc. student Aaron Dwyer are interested in adding covering > arrays to sagemath in the design theory code. We have been reviewing the > orthogonal array code as guidance and have some questions for > sage-combinat-devel co