mirror of
https://github.com/Z3Prover/z3
synced 2025-08-20 10:10:21 +00:00
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
b482dbd589
379 changed files with 7440 additions and 3352 deletions
11
src/sat/tactic/CMakeLists.txt
Normal file
11
src/sat/tactic/CMakeLists.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
z3_add_component(sat_tactic
|
||||
SOURCES
|
||||
atom2bool_var.cpp
|
||||
goal2sat.cpp
|
||||
sat_tactic.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
sat
|
||||
tactic
|
||||
TACTIC_HEADERS
|
||||
sat_tactic.h
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue