mirror of
https://github.com/Z3Prover/z3
synced 2025-09-03 08:38:06 +00:00
add clausal lookahead to arithmetic solver as part of portfolio
have legacy qfbv-sls solver use nnf pre-processing. It relies on it for correctness of the score updates.
This commit is contained in:
parent
a941f5ae84
commit
22e4054674
13 changed files with 678 additions and 92 deletions
|
@ -3,6 +3,7 @@ z3_add_component(ast_sls
|
|||
bvsls_opt_engine.cpp
|
||||
sat_ddfw.cpp
|
||||
sls_arith_base.cpp
|
||||
sls_arith_clausal.cpp
|
||||
sls_arith_plugin.cpp
|
||||
sls_array_plugin.cpp
|
||||
sls_basic_plugin.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue