-
Notifications
You must be signed in to change notification settings - Fork 40
Parallel branch verification #634
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 35 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
6d6c8a3
Z3 via API, initial attempt. Simple examples verify.
marcoeilers 8fbf230
Caching and small fixes
marcoeilers a7b1abd
Things work
marcoeilers 3d54f06
Re-enabled parallel branch verification
marcoeilers a3511bb
Merge branch 'master' into meilers_z3_api
marcoeilers f0a561a
java 14 z3 4.8.6 lib, portable tests with api
marcoeilers ea3fdf1
Fixed expected version, added option to encode macros via functions
marcoeilers 70094d3
Merge
marcoeilers 57f1620
Attempt at parallelism with ForkJoinPool
marcoeilers 4684253
Trying to debug
marcoeilers 0614f79
Cleanup
marcoeilers 2526422
Merge
marcoeilers 652ad87
Getting models from Z3 API, catching Z3 exceptions
marcoeilers 7b41482
Added randomization option, set test default back to StdIO Z3
marcoeilers 28626cd
Cleanup and support for builtin SMT functions and sorts
marcoeilers 2986947
More cleanup
marcoeilers 8e8dd21
Re-added sortCache that I accidentally removed
marcoeilers 353feaa
Fixed case_split setting which is apparently important for some examp…
marcoeilers 090cba2
Forgot to clear sort cache
marcoeilers 08cfb51
Added comments after Aurel's feedback
marcoeilers b93f7fe
Merge
marcoeilers 7f08ad8
Actually verifying branches in parallel (needs to be caught in executor)
marcoeilers 71b26e9
Removed debug printlns
marcoeilers 1ebe250
Only parallelizing normal edges
marcoeilers 36e1481
Fixed stack pop issue
marcoeilers 06ec917
Merge branch 'master' into meilers_parallel_branches
marcoeilers 953839e
Fixed random verification failures
marcoeilers 3294c00
Final cleanup
marcoeilers f95af0e
Final cleanup
marcoeilers 56aa774
Switched to library dependency instead of unmanaged jar
marcoeilers 10659df
Merge branch 'meilers_z3_api' into meilers_parallel_branches
marcoeilers b192d39
Fixed Z3 version, waiting before resetting or stopping provers to pre…
marcoeilers bbd467f
Cleanup
marcoeilers 0aacee0
Testing parallel branch verification option on examples directory
marcoeilers 3336fee
Merge
marcoeilers 823afa4
Changes after code review
marcoeilers 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
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.