3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-17 11:07:51 -07:00 committed by Lev Nachmanson
parent 51ffaae396
commit 4c5c17c7d8
3 changed files with 5 additions and 2 deletions

View file

@ -2280,6 +2280,7 @@ public:
local_bound_propagator bp(*this);
lp().propagate_bounds_for_touched_rows(bp);
if (m.canceled()) {
return;
}