3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-11 03:33:35 +00:00
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-06-09 17:30:36 -07:00
parent 1587497562
commit 713eb6319d

View file

@ -341,9 +341,9 @@ public:
explain_fixed_in_row(rid, ex);
add_eq_on_columns(ex, x, x2);
}
return;
}
if (k.is_zero()) {
if (k.is_zero() && y != null_lpvar && !is_equal(x, y) &&
is_int(x) == is_int(y)) {
explanation ex;
explain_fixed_in_row(rid, ex);
add_eq_on_columns(ex, x, y);