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:
parent
3f5df04dc4
commit
ff93c03972
14 changed files with 459 additions and 74 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue