mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 01:55:32 +00:00
testing cheap equalities
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
6c115bf896
commit
67eaff4490
2 changed files with 5 additions and 5 deletions
|
@ -216,7 +216,7 @@ public:
|
|||
else
|
||||
return false;
|
||||
}
|
||||
if (x_index == UINT_MAX && y_index == UINT_MAX)
|
||||
if (x_index == UINT_MAX || y_index == UINT_MAX)
|
||||
return false;
|
||||
if (lp().column_is_int(row[x_index].var()) != lp().column_is_int(row[y_index].var()))
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue