Skip to content
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

Merged
merged 12 commits into from
Aug 10, 2024

Commits on Feb 14, 2024

  1. 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.
    aadwyer committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7a56665 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Fixed formatting issues

    aadwyer committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    231b4c7 View commit details
    Browse the repository at this point in the history
  2. Formatting issues part 2

    aadwyer committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    eb849d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. 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.
    aadwyer committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    327eaf5 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    697ba1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76e4738 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    883df34 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #21 from aadwyer/covering_arrays

    Covering arrays
    aadwyer authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    28c130d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Update covering_array.py

    Changed ValueError to NotImplementedError
    aadwyer authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    3ec03bf View commit details
    Browse the repository at this point in the history
  2. Update src/sage/combinat/designs/database.py

    Co-authored-by: Matthias Köppe <mkoeppe@math.ucdavis.edu>
    aadwyer and mkoeppe authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f08c3f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Update src/sage/combinat/designs/covering_array.py

    Co-authored-by: Matthias Köppe <mkoeppe@math.ucdavis.edu>
    aadwyer and mkoeppe authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3d0533d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    0aa6f44 View commit details
    Browse the repository at this point in the history