3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-07-27 17:02:27 -07:00
commit b482dbd589
379 changed files with 7440 additions and 3352 deletions

16
src/solver/CMakeLists.txt Normal file
View file

@ -0,0 +1,16 @@
z3_add_component(solver
SOURCES
check_sat_result.cpp
combined_solver.cpp
mus.cpp
smt_logics.cpp
solver.cpp
solver_na2as.cpp
solver2tactic.cpp
tactic2solver.cpp
COMPONENT_DEPENDENCIES
model
tactic
PYG_FILES
combined_solver_params.pyg
)