Skip to content

Commit

Permalink
check for v1 == v2
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Nov 12, 2021
1 parent 63ac2ee commit 3c16edc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/math/lp/lp_bound_propagator.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ class lp_bound_propagator {
m_val2fixed_row.insert(val(v1), r1);
return;
}

if (v1 == v2)
return;

explanation ex;
explain_fixed_in_row(r1, ex);
explain_fixed_in_row(r2, ex);
Expand Down

0 comments on commit 3c16edc

Please sign in to comment.