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

saw-core-sbv: Handle zero-width bitvectors properly in counterexamples. #1278

Merged
merged 1 commit into from
May 5, 2021

Conversation

brianhuffman
Copy link
Contributor

Fixes #1182.

N.B. The fix uses exactly the same technique that we were already using in the saw-core-what4 backend:

newVarFOT _sym (FOTVec 0 FOTBit)
= return (ZeroWidthBVLabel, VWord ZBV)

@brianhuffman brianhuffman added the ready-to-merge If at least one person approves this PR, automatically merge it when CI finishes successfully. label May 5, 2021
@mergify mergify bot merged commit fc1fc74 into master May 5, 2021
@mergify mergify bot deleted the issue1182 branch May 5, 2021 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge If at least one person approves this PR, automatically merge it when CI finishes successfully.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Map.!: given key is not an element in the map
2 participants