mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
experiment with branching
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
6027224e34
commit
bbfcd00627
3 changed files with 125 additions and 51 deletions
|
@ -2363,7 +2363,6 @@ public:
|
|||
if (!should_propagate())
|
||||
return;
|
||||
local_bound_propagator bp(*this);
|
||||
unsigned props = m_stats.m_bound_propagations1;
|
||||
|
||||
lp().propagate_bounds_for_touched_rows(bp);
|
||||
if (m.canceled()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue