Skip to content

Commit

Permalink
set flat_and_or to false in bv rewriter
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Nov 15, 2022
1 parent 041b5f9 commit bfae8b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/smt/theory_bv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1489,6 +1489,7 @@ namespace smt {
m_approximates_large_bvs(false) {
memset(m_eq_activity, 0, sizeof(m_eq_activity));
memset(m_diseq_activity, 0, sizeof(m_diseq_activity));
m_bb.set_flat_and_or(false);
}

theory_bv::~theory_bv() {
Expand Down

0 comments on commit bfae8b2

Please sign in to comment.