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

Small polysat fixes (#5183)

* Add some display functions

* Add new variables to free vars
This commit is contained in:
Jakob Rath 2021-04-14 19:29:58 +02:00 committed by GitHub
parent 3730a0373d
commit 8a260d89cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 48 additions and 0 deletions

View file

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