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

WIP: blast_bv tactic #1

Closed
wants to merge 3 commits into from
Closed

WIP: blast_bv tactic #1

wants to merge 3 commits into from

Commits on Feb 24, 2024

  1. WIP: blast_bv tactic

    This tactic eliminates any bitvector of (partially) known size in the local context, replacing it's usages with a sequence of `BitVec.concat`, with a new `Bool` added to the context for each bit.
    This is a first step towards `bitblast`ing for bitvectors
    alexkeizer committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    e2fa3e1 View commit details
    Browse the repository at this point in the history
  2. fix example

    alexkeizer committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    cf52dd8 View commit details
    Browse the repository at this point in the history
  3. proof sorry

    alexkeizer committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b5d0ab0 View commit details
    Browse the repository at this point in the history