mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fixes for #3376
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
51ffaae396
commit
4c5c17c7d8
3 changed files with 5 additions and 2 deletions
|
@ -2280,6 +2280,7 @@ public:
|
|||
local_bound_propagator bp(*this);
|
||||
|
||||
lp().propagate_bounds_for_touched_rows(bp);
|
||||
|
||||
if (m.canceled()) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue