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

SMTChecker: Translate bitvector constants properly #15345

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

blishko
Copy link
Contributor

@blishko blishko commented Aug 19, 2024

Bit-vector constants in solvers' output can be represented in binary (starting with #b) or hexadecimal format (starting with #x). Handling of these constants were previously missing in our translation from SMT-LIB expressions.

Separated from #15252.

Bit-vector constants in solvers' output can be represented in binary
(starting with #b) or hexadecimal format (starting with #x).
Handling of these constants were previously missing in our translation
from SMT-LIB expressions.
@ekpyron ekpyron added the 🟡 PR review label label Aug 19, 2024
@ekpyron ekpyron merged commit 05c96ce into develop Aug 19, 2024
73 checks passed
@ekpyron ekpyron deleted the smt-parse-constants branch August 19, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🟡 PR review label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants