3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

check for v1 == v2

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-11-12 09:11:17 -08:00
parent 63ac2ee0d1
commit 3c16edc8d3

View file

@ -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);