mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 20:35:51 +00:00
sat solver setup
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
78b88f761c
commit
c21a2fcf9f
28 changed files with 984 additions and 441 deletions
8
src/sat/smt/CMakeLists.txt
Normal file
8
src/sat/smt/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
z3_add_component(sat_smt
|
||||
SOURCES
|
||||
atom2bool_var.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
sat
|
||||
ast
|
||||
)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue