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 #3486

Closed
wants to merge 1 commit into from
Closed

Conversation

alexkeizer
Copy link
Contributor

A WIP draft of blast_bv. 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 bitblasting for bitvectors.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant