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:
parent
02133bbcc5
commit
6a6cb3822c
5 changed files with 26 additions and 28 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue