3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-02 05:15:52 +00:00

split into parts, add stats

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-04-14 04:05:35 -07:00
parent 21baa2a70a
commit 57486f0b3d
7 changed files with 215 additions and 112 deletions

View file

@ -1,6 +1,7 @@
z3_add_component(polysat
SOURCES
polysat.cpp
solver.cpp
constraint.cpp
COMPONENT_DEPENDENCIES
util
dd