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

add ovfl constraint

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-12-09 09:05:23 -08:00
parent 6ddca4091a
commit 0dcaf9b9f9
5 changed files with 155 additions and 1 deletions

View file

@ -10,6 +10,7 @@ z3_add_component(polysat
justification.cpp
linear_solver.cpp
log.cpp
mul_ovfl_constraint.cpp
saturation.cpp
search_state.cpp
solver.cpp