Skip to content

Commit

Permalink
Mark fixed_eq literals as relevant (#7533)
Browse files Browse the repository at this point in the history
  • Loading branch information
CanCebeci authored Jan 27, 2025
1 parent 63f9fda commit 2d8f024
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/smt/theory_bv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,8 @@ namespace smt {
app* o1 = get_enode(v1)->get_expr();
app* o2 = get_enode(v2)->get_expr();
literal oeq = mk_eq(o1, o2, true);
ctx.mark_as_relevant(oeq);

unsigned sz = get_bv_size(v1);
TRACE("bv",
tout << mk_pp(o1, m) << " = " << mk_pp(o2, m) << " "
Expand Down

0 comments on commit 2d8f024

Please sign in to comment.