Skip to content

Commit

Permalink
fix tmp_eq
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Sep 28, 2021
1 parent 67ae75b commit 137e5c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ast/euf/euf_egraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -722,10 +722,6 @@ namespace euf {
return sat::null_bool_var;
}
enode* r = tmp_eq(ra, rb);
if (!r) {
std::cout << bpp(a) << " " << bpp(b) << "\n";
display(std::cout);
}
SASSERT(r && r->get_root()->value() == l_false);
explain_eq(justifications, r, r->get_root());
return r->get_root()->bool_var();
Expand Down

0 comments on commit 137e5c5

Please sign in to comment.