mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 19:17:53 +00:00
reorganize polysat functionality to use abstract solver interface
make dependency be self-contained
This commit is contained in:
parent
837e111d93
commit
81c6f00c99
23 changed files with 381 additions and 123 deletions
15
src/sat/smt/polysat/CMakeLists.txt
Normal file
15
src/sat/smt/polysat/CMakeLists.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
z3_add_component(polysat
|
||||
SOURCES
|
||||
polysat_assignment.cpp
|
||||
polysat_constraints.cpp
|
||||
polysat_core.cpp
|
||||
polysat_fi.cpp
|
||||
polysat_ule.cpp
|
||||
polysat_umul_ovfl.cpp
|
||||
polysat_viable.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
util
|
||||
dd
|
||||
smt_params
|
||||
)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue