3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 20:16:00 +00:00

add new file for eq_constraint

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-04-15 14:34:01 -07:00
parent c733789467
commit 2eadcd586a
6 changed files with 161 additions and 149 deletions

View file

@ -1,9 +1,10 @@
z3_add_component(polysat
SOURCES
solver.cpp
constraint.cpp
eq_constraint.cpp
justification.cpp
log.cpp
solver.cpp
COMPONENT_DEPENDENCIES
util
dd