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 more raw bitvector functions #3035

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bollu
Copy link
Contributor

@bollu bollu commented Aug 26, 2023

This adds _unsafe versions for modulo, shift left and shift right.

@bollu bollu marked this pull request as ready for review August 26, 2023 00:12
@bollu
Copy link
Contributor Author

bollu commented Aug 26, 2023

Z3's bitvector theory seems to provide separate ashr and lshr instructions, while the smtlib2 documentation seems to only have lshr. Is this a Z3 specific extension? I would really like to have access to all of the Z3 bitvector instructions if possible.

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.

None yet

1 participant