3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 19:05:51 +00:00

smtfd solver that uses lazy iteration around fd to produce theory lemmas

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-09-07 17:48:18 +03:00
parent e881c4af3f
commit c476c4a86a
4 changed files with 1029 additions and 0 deletions

View file

@ -4,8 +4,10 @@ z3_add_component(fd_solver
enum2bv_solver.cpp
fd_solver.cpp
pb2bv_solver.cpp
smtfd_solver.cpp
COMPONENT_DEPENDENCIES
sat_solver
TACTIC_HEADERS
fd_solver.h
smtfd_solver.h
)