3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

before getting explanations for monomials upper and low bounds

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-06-06 16:13:49 -07:00
parent 02133bbcc5
commit 6a6cb3822c
5 changed files with 26 additions and 28 deletions

View file

@ -2375,7 +2375,7 @@ public:
m_params.reset();
m_explanation.clear();
local_bound_propagator bp(*this);
lp().explain_implied_bound(be, bp);
bp.explain_implied_bound(be);
}
CTRACE("arith", m_unassigned_bounds[v] == 0, tout << "missed bound\n";);
updt_unassigned_bounds(v, -1);