mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 14:08:55 +00:00
create simplifier_solver wrapper to supply simplifier layer
move sat_smt_preprocess to solver fix bugs in model_reconstruction_trail for dependency replay This is a preparatory step for exposing pre-processing as tactics.
This commit is contained in:
parent
304b316314
commit
dd0decfe5d
11 changed files with 474 additions and 248 deletions
|
@ -5,15 +5,19 @@ z3_add_component(solver
|
|||
combined_solver.cpp
|
||||
mus.cpp
|
||||
parallel_tactical.cpp
|
||||
simplifier_solver.cpp
|
||||
smt_logics.cpp
|
||||
solver.cpp
|
||||
solver_na2as.cpp
|
||||
solver_pool.cpp
|
||||
solver_preprocess.cpp
|
||||
solver2tactic.cpp
|
||||
tactic2solver.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
model
|
||||
tactic
|
||||
smt_params
|
||||
qe_lite
|
||||
PYG_FILES
|
||||
combined_solver_params.pyg
|
||||
parallel_params.pyg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue