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

feat: add ac_nf and test [ac_nf|ac_rfl] for BitVec #5524

Merged
merged 7 commits into from
Oct 1, 2024

Commits on Sep 29, 2024

  1. feat: add ac_nf and add test cases for BitVec

    ac_nf is a counterpart to ac_rfl, which normalizes bitvector expressions
    with respect to associativity and commutativity.
    
    While there, we also add test coverage for ac_rfl and ac_nf for BitVec.
    tobiasgrosser committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8ecfda3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbb6d69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c69f4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f4b864 View commit details
    Browse the repository at this point in the history
  5. Expose two functions

    tobiasgrosser committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    02869da View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    70cf9b8 View commit details
    Browse the repository at this point in the history
  2. chore: fix test

    tobiasgrosser committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5551a3f View commit details
    Browse the repository at this point in the history