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

integrate polysat into bv solver

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-01-26 20:20:45 +01:00
parent 3f5df04dc4
commit ff93c03972
14 changed files with 459 additions and 74 deletions

View file

@ -14,6 +14,7 @@ z3_add_component(sat_smt
bv_delay_internalize.cpp
bv_internalize.cpp
bv_invariant.cpp
bv_polysat.cpp
bv_solver.cpp
dt_solver.cpp
euf_ackerman.cpp
@ -46,5 +47,6 @@ z3_add_component(sat_smt
euf
mbp
smt_params
polysat
)