3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

missing file

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-08-05 10:10:52 -07:00
parent 74efe253a0
commit 6400da63ab

View file

@ -0,0 +1,19 @@
z3_add_component(fd_solver
SOURCES
bounded_int2bv_solver.cpp
enum2bv_solver.cpp
fd_solver.cpp
pb2bv_solver.cpp
COMPONENT_DEPENDENCIES
aig_tactic
fp
fpa_tactics
qe
sat_solver
sls_tactic
smtlogic_tactics
subpaving_tactic
ufbv_tactic
TACTIC_HEADERS
fd_solver.h
)