3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-08 08:51:55 +00:00

add scoped vector unit test (#7307)

* add scoped vector unit test

* fix dlist tests

* add new scoped vector invariants
This commit is contained in:
LiviaSun 2024-07-29 11:08:54 -07:00 committed by GitHub
parent 2ce89e5f49
commit 2ae3d87b21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 180 additions and 44 deletions

View file

@ -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