mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
set flat_and_or to false in bv rewriter
This commit is contained in:
parent
041b5f9ef0
commit
bfae8b2162
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue