3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-20 02:00:22 +00:00

rename set-flat to set-flat-and-or to allow to differentiate parameters

This commit is contained in:
Nikolaj Bjorner 2022-10-27 11:22:57 -07:00
parent fe1b4bf5ce
commit 1fae3aa152
9 changed files with 15 additions and 15 deletions

View file

@ -866,7 +866,7 @@ private:
m_used_dependencies(m),
m_rw(*this) {
updt_params(p);
m_b_rw.set_flat(false); // no flattening otherwise will blowup the memory
m_b_rw.set_flat_and_or(false); // no flattening otherwise will blowup the memory
m_b_rw.set_elim_and(true);
}