-
-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strength 2 Covering Array constructions #37372
Commits on Feb 14, 2024
-
Added methods to generate covering arrays and a main CA function to
call them based on inputted paramters. Added methods include direct implementation of optimal arrays in the database of small combinatorial designs, methods that create a CA(N,t=2,k,v=2), for either k or N inputted and a recursive method that removes columns from a larger array. Added required documentation and reference for new methods.
Configuration menu - View commit details
-
Copy full SHA for 7a56665 - Browse repository at this point
Copy the full SHA 7a56665View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 231b4c7 - Browse repository at this point
Copy the full SHA 231b4c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb849d5 - Browse repository at this point
Copy the full SHA eb849d5View commit details
Commits on Jun 12, 2024
-
Added an in_database function, it now allows to check the database
more generally so it does not need to be changed if things are added. Also edited some functions to produce the same output more efficiently. Fixed some formatting and punctuation errors.
Configuration menu - View commit details
-
Copy full SHA for 327eaf5 - Browse repository at this point
Copy the full SHA 327eaf5View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 697ba1c - Browse repository at this point
Copy the full SHA 697ba1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76e4738 - Browse repository at this point
Copy the full SHA 76e4738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 883df34 - Browse repository at this point
Copy the full SHA 883df34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28c130d - Browse repository at this point
Copy the full SHA 28c130dView commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ec03bf - Browse repository at this point
Copy the full SHA 3ec03bfView commit details -
Update src/sage/combinat/designs/database.py
Co-authored-by: Matthias Köppe <mkoeppe@math.ucdavis.edu>
Configuration menu - View commit details
-
Copy full SHA for f08c3f1 - Browse repository at this point
Copy the full SHA f08c3f1View commit details
Commits on Aug 1, 2024
-
Update src/sage/combinat/designs/covering_array.py
Co-authored-by: Matthias Köppe <mkoeppe@math.ucdavis.edu>
Configuration menu - View commit details
-
Copy full SHA for 3d0533d - Browse repository at this point
Copy the full SHA 3d0533dView commit details
Commits on Aug 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0aa6f44 - Browse repository at this point
Copy the full SHA 0aa6f44View commit details