mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 03:33:35 +00:00
fix
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
1587497562
commit
713eb6319d
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue