mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
This commit is contained in:
parent
fe0727d889
commit
8d1dfb9f32
|
@ -204,7 +204,6 @@ namespace array {
|
||||||
tout << "select-store " << ctx.bpp(s2) << " " << ctx.bpp(s2->get_root()) << "\n";);
|
tout << "select-store " << ctx.bpp(s2) << " " << ctx.bpp(s2->get_root()) << "\n";);
|
||||||
|
|
||||||
if (s1->get_root() == s2->get_root())
|
if (s1->get_root() == s2->get_root())
|
||||||
return false;
|
|
||||||
return new_prop;
|
return new_prop;
|
||||||
|
|
||||||
sat::literal sel_eq = sat::null_literal;
|
sat::literal sel_eq = sat::null_literal;
|
||||||
|
|
Loading…
Reference in a new issue