Downgrade known unsound SV-COMP safe targets to unknown - #42
Open
k0lja wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
run_swat.pywrapper.argv-tasks/AlbersProjection_trueandargv-tasks/PieSegment_true, downgrade targetAssertionErrors invalid-assertfromFALSEtoUNKNOWN.FALSE/VIOLATIONbehavior.Rationale
These two
_truebenchmarks currently produce wrongFALSEverdicts. SWAT does not prove them safe, so reportingTRUEwould be too strong;UNKNOWNis the conservative SV-COMP result and avoids false answers.External validation
Claude worker A/B-tested the real package/BenchExec path:
4584107argv-tasks/AlbersProjection_truefalse / wrong (-16)unknown / unknown (0)argv-tasks/PieSegment_truefalse / wrong (-16)unknown / unknown (0)Regression spot-checks from the same run:
AlbersProjection_falseremainsfalse / correctwith witness.PieSegment_falseremains a pre-existing timeout/unknown; the downgrade branch does not apply.Local validation
python3 -m py_compile scripts/svcomp-package/run_swat.py symbolic-explorer/SymbolicExplorer.py symbolic-explorer/driver/SVCompDriver.py targets/sv-comp/scripts/lib/command_gen.pygit diff --checkargv-tasks/AlbersProjection_true+ target assertion ->UNKNOWNargv-tasks/PieSegment_true.yml+ target assertion ->UNKNOWNother/AlbersProjection_true+ target assertion ->VIOLATIONargv-tasks/Other_true+ target assertion ->VIOLATION