Approximation of tree incrementality for Z3 solver#104
Merged
misonijnik merged 2 commits intomainfrom Sep 15, 2023
Merged
Conversation
a0c8bc0 to
dbe9a21
Compare
9ee7ed9 to
11492ba
Compare
Codecov Report
@@ Coverage Diff @@
## main #104 +/- ##
==========================================
+ Coverage 65.41% 65.68% +0.26%
==========================================
Files 211 212 +1
Lines 28678 29083 +405
Branches 6374 6430 +56
==========================================
+ Hits 18759 19102 +343
- Misses 7431 7464 +33
- Partials 2488 2517 +29
|
66c8081 to
a406b44
Compare
dbd54db to
dd2a4f0
Compare
60b21a4 to
926bd20
Compare
Solvers: - Fixed CexCachingSolver so that the core solver (Z3/STP) does not get stupid queries, like `false` or `not false` Tests: - Changed total queries in `Feature/DanglingConcreteReadExpr.c` test from 2 to 1 as its first query to Z3 was `not false` - Decreased QCexCacheHits in `Solver/CexCacheValidityCoresCheck.c` test by one for the same reason - Activated tests in `test/Solver`
926bd20 to
a3db011
Compare
a3db011 to
9420207
Compare
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.
No description provided.