3
0
Fork 0
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:
Nikolaj Bjorner 2022-11-15 05:47:28 -08:00
parent 041b5f9ef0
commit bfae8b2162

View file

@ -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() {