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

Use correct flag when checking if captureState assumptions need to be inserted #835

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

Dargones
Copy link
Contributor

When discharging verification conditions, Boogie optionally inserts :captureState assumptions into the AST. This improves error reporting in case of a proof failure. Currently, these assumptions are only inserted if the user wants to print the counterexample model to a file. However, a counterexample model is sometimes used within Boogie without being printed to a file, in which case the :captureState assumptions should still be inserted. This PR changes the condition under which Boogie adds :captureState assumptions to account for such scenarios.

@keyboardDrummer keyboardDrummer merged commit 20abd87 into boogie-org:master Jan 19, 2024
4 checks passed
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.

2 participants