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

Don't create trivial labeled assumptions #823

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

atomb
Copy link
Collaborator

@atomb atomb commented Dec 6, 2023

Previously, {:id ...} attributes were copied from assert statements to assume statements unconditionally, even when subsumption was disabled. This led to {:id ...} attributes on assume true statements, which will never be necessary for a proof, so there's no reason to track them.

When creating an assumption from an assertion, don't copy the id if the
resulting assumption is trivial (such as when subsumption is turned
off).
@atomb atomb merged commit 9d96c29 into boogie-org:master Dec 8, 2023
4 checks passed
@atomb atomb deleted the subsumption-coverage branch December 8, 2023 00:44
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