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

Throw exception when IC3 bad state reachability check result is unknown #352

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

CyanoKobalamyne
Copy link
Collaborator

@CyanoKobalamyne CyanoKobalamyne commented Sep 14, 2024

Currently, if the invoked SMT solver returns "unknown," we fail an assertion in debug mode and silently proceed as if it was unsat in release mode. This can happen on e.g. Bitwuzla when there are equalities involving constant arrays. (Other solvers might do this too, although some simply return incorrect results.)

@CyanoKobalamyne CyanoKobalamyne merged commit d81013d into main Sep 14, 2024
4 checks passed
@CyanoKobalamyne CyanoKobalamyne deleted the ic3-fail-on-unknown-bad branch September 14, 2024 09:05
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