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-02-06 01:43:49 -08:00
parent 5d772c1eb1
commit b2a6c30100
2 changed files with 5 additions and 6 deletions

View file

@ -2364,13 +2364,12 @@ public:
if (!should_propagate())
return;
local_bound_propagator bp(*this);
unsigned num_changed = lp().num_changed_bounds();
unsigned props = m_stats.m_bound_propagations1;
lp().propagate_bounds_for_touched_rows(bp);
if (m.canceled()) {
return;
}
unsigned props = m_stats.m_bound_propagations1;
if (is_infeasible()) {
get_infeasibility_explanation_and_set_conflict();