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

Fix YAML witness invariants for unrolled loops #1248

Merged
merged 6 commits into from
Nov 24, 2023

Conversation

sim642
Copy link
Member

@sim642 sim642 commented Nov 17, 2023

Closes #1225. Builds on #1240.

This implements a hack to just merge YAML witness invariants by CIL location.

This will have to be refactored at some point but a quick solution is needed to produce valid witnesses in SV-COMP 2024.

@sim642 sim642 added bug unsound sv-comp SV-COMP (analyses, results), witnesses pr-dependency Depends or builds on another PR, which should be merged before labels Nov 17, 2023
@sim642 sim642 added this to the SV-COMP 2024 milestone Nov 17, 2023
Base automatically changed from yaml-witness-2.0 to master November 17, 2023 12:09
@sim642 sim642 removed the pr-dependency Depends or builds on another PR, which should be merged before label Nov 17, 2023
Unrolled loop heads are different nodes, which aren't actually loop heads.
For sound invariants, they must also be included if at a location if at least one is.
@sim642 sim642 mentioned this pull request Nov 20, 2023
@sim642 sim642 merged commit a69e5b6 into master Nov 24, 2023
9 checks passed
@sim642 sim642 deleted the yaml-witness-location-hack branch November 24, 2023 14:06
sim642 added a commit to sim642/opam-repository that referenced this pull request Nov 24, 2023
nberth pushed a commit to nberth/opam-repository that referenced this pull request Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug sv-comp SV-COMP (analyses, results), witnesses unsound
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Witness invariants for unrolled loops are incorrect
1 participant