mirror of
https://github.com/Z3Prover/z3
synced 2025-05-02 05:15:52 +00:00
Add more logging to polysat (#5186)
* 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
This commit is contained in:
parent
7067fc16ae
commit
feb31045f5
6 changed files with 271 additions and 3 deletions
|
@ -3,6 +3,7 @@ z3_add_component(polysat
|
|||
solver.cpp
|
||||
constraint.cpp
|
||||
justification.cpp
|
||||
log.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
util
|
||||
dd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue