mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
* Add polysat logging support * Don't really need the usual log levels * Indent log headings * Add display method to ptr_vector * Add some logging to solver * Use __FUNCSIG__ on MSVC
10 lines
146 B
CMake
10 lines
146 B
CMake
z3_add_component(polysat
|
|
SOURCES
|
|
solver.cpp
|
|
constraint.cpp
|
|
justification.cpp
|
|
log.cpp
|
|
COMPONENT_DEPENDENCIES
|
|
util
|
|
dd
|
|
)
|