-
Notifications
You must be signed in to change notification settings - Fork 274
Incremental unwinding of one specified loop -- rebase #5217
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 all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
c6ee001
Allow disabling optimized assertion conversion
peterschrammel d303856
Hidden field is used for hiding in trace
peterschrammel 2b69678
Allow symex to temporarily ignore assertions
peterschrammel b2925a9
Allow symex_target_equationt to separately convert assertions
peterschrammel 96bf769
Use only remaining properties in property decider
peterschrammel 73941a5
Add callback to decide on interrupting goto-symex
peterschrammel 3ef378d
Add symex BMC incremental one loop
peterschrammel 1f5c582
Add single-loop incremental symex checker
peterschrammel fb3674b
Add options for incremental one-loop BMC
peterschrammel 6fe6359
Add --incremental-loop to CBMC
peterschrammel 85b0e82
Fix quoting in test command
peterschrammel 666606c
Make sure output buffers are flushed before writing exit code
peterschrammel 772084f
Clean up cbmc-incr-oneloop tests
peterschrammel 732814c
Set induction tests to FUTURE
peterschrammel dfbc0d4
Clang-format cbmc-incr-oneloop tests
peterschrammel 8fb9cd3
Ignore properties before unwind min
peterschrammel 07e3177
Add documentation and refactor incremental one loop changes
petr-bauch 39c5ac8
Add tests for traces in one-loop checker
petr-bauch eebfcd9
Fix ignoring properties before unwind min (off-by-one)
petr-bauch ca7dc8c
Add missing newline symbol
petr-bauch 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
add_test_pl_tests( | ||
"perl -e 'alarm shift @ARGV; exec @ARGV' 8 $<TARGET_FILE:cbmc> --slice-formula" | ||
) |
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.