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: use omega in the get_elem tactic #3515

Merged
merged 2 commits into from
Feb 27, 2024
Merged

Commits on Feb 27, 2024

  1. feat: use omega in the get_elem tactic

    with this, hopefully more obvious array accesses will be handled
    automatically.
    
    Just like #3503, this PR does not investiate which of the exitsting
    tactics in `get_elem_tactic_trivial` are subsumed now and could be
    dropped without (too much) breakage.
    nomeata committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    11d4cbc View commit details
    Browse the repository at this point in the history
  2. Add test

    nomeata committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fb8dde7 View commit details
    Browse the repository at this point in the history