Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed May 31, 2021
1 parent fe0727d commit 8d1dfb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sat/smt/array_axioms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8d1dfb9

Please sign in to comment.