-
Notifications
You must be signed in to change notification settings - Fork 84
Thread-modular witnesses benchmarking fixes #977
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
Merged
Merged
Changes from 22 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
0b3ef82
Update bench-yaml confs
sim642 dfe4445
Merge branch 'master' into yaml-witness-unassume-bench
sim642 bc2fca9
Add SV-COMP programs to YAML privatization benchmarks
sim642 fe41197
Handle exp.no-narrow in TD3
sim642 4709fd6
Make command_line optional in YAML witness
sim642 a1ac32e
Re-add unassume invariant messages for easier debugging
sim642 06c025e
Add option pre.transform-paths
sim642 d259a27
Disable pre.transform-paths in svcomp-yaml confs for CPAchecker compa…
sim642 0ddddbe
Add generic LOr case to BaseInvariant
sim642 b2670d0
Add contra hook to BaseInvariant
sim642 d6b7313
Fix equality base unassume with id_meet_down
sim642 6f51ffa
Merge branch 'master' into yaml-witness-unassume-bench
sim642 361b80c
Merge branch 'master' into yaml-witness-unassume-bench
sim642 d22e683
Unify locator logic between unassume and validate
sim642 654d7bf
Merge remote-tracking branches 'origin/base-lor-interval' and 'origin…
sim642 de0cd51
Merge remote-tracking branch 'origin/master' into yaml-witness-unassu…
sim642 1a9b492
Merge remote-tracking branch 'origin/master' into yaml-witness-unassu…
sim642 e79f47f
Also look up confs relative to dev directory
sim642 361a349
Trace increasing side effects in TD3
sim642 d697cec
Improve printing of global constraint variable names
sim642 02cc2dd
Remove all YAML BenchExec files
sim642 1353074
Merge branch 'master' into yaml-witness-unassume-bench
sim642 ccc02d1
Add comments about YAML witness synthetic filtering
sim642 f777840
Document contra in BaseInvariant
sim642 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -68,6 +68,9 @@ | |
| "tokens": true | ||
| } | ||
| }, | ||
| "pre": { | ||
| "transform-paths": false | ||
| }, | ||
| "exp": { | ||
| "region-offsets": true | ||
| }, | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -64,6 +64,9 @@ | |
| "enabled": false | ||
| } | ||
| }, | ||
| "pre": { | ||
| "transform-paths": false | ||
| }, | ||
| "exp": { | ||
| "region-offsets": true | ||
| }, | ||
|
|
||
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.