3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 20:38:43 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-05-31 12:30:05 -07:00
parent fe0727d889
commit 8d1dfb9f32

View file

@ -204,7 +204,6 @@ namespace array {
tout << "select-store " << ctx.bpp(s2) << " " << ctx.bpp(s2->get_root()) << "\n";);
if (s1->get_root() == s2->get_root())
return false;
return new_prop;
sat::literal sel_eq = sat::null_literal;