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:
parent
e881c4af3f
commit
c476c4a86a
4 changed files with 1029 additions and 0 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue