mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
bmc improvements, move fd_solver to self-contained directory
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fd09b1a7d0
commit
e041ebbe80
21 changed files with 120 additions and 76 deletions
|
@ -1,10 +1,6 @@
|
|||
z3_add_component(portfolio
|
||||
SOURCES
|
||||
bounded_int2bv_solver.cpp
|
||||
default_tactic.cpp
|
||||
enum2bv_solver.cpp
|
||||
fd_solver.cpp
|
||||
pb2bv_solver.cpp
|
||||
smt_strategic_solver.cpp
|
||||
solver2lookahead.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
|
@ -17,7 +13,7 @@ z3_add_component(portfolio
|
|||
smtlogic_tactics
|
||||
subpaving_tactic
|
||||
ufbv_tactic
|
||||
fd_solver
|
||||
TACTIC_HEADERS
|
||||
default_tactic.h
|
||||
fd_solver.h
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue