mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5d772c1eb1
commit
b2a6c30100
2 changed files with 5 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue