mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 00:41:56 +00:00
add scoped_vector invariants and unit tests (#7327)
* add scoped vector unit test * fix dlist tests * add new scoped vector invariants * remove all loop invariants
This commit is contained in:
parent
d2fc085b8c
commit
7c30cbfe48
5 changed files with 142 additions and 5 deletions
|
@ -106,6 +106,7 @@ add_executable(test-z3
|
|||
sat_lookahead.cpp
|
||||
sat_user_scope.cpp
|
||||
scoped_timer.cpp
|
||||
scoped_vector.cpp
|
||||
simple_parser.cpp
|
||||
simplex.cpp
|
||||
simplifier.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue