mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 21:50:52 +00:00
rename set-flat to set-flat-and-or to allow to differentiate parameters
This commit is contained in:
parent
fe1b4bf5ce
commit
1fae3aa152
9 changed files with 15 additions and 15 deletions
|
@ -75,7 +75,7 @@ public:
|
|||
bit_blaster_tpl<blaster_cfg>(blaster_cfg(m_rewriter, m_util)),
|
||||
m_rewriter(m),
|
||||
m_util(m) {
|
||||
m_rewriter.set_flat(false);
|
||||
m_rewriter.set_flat_and_or(false);
|
||||
m_rewriter.set_elim_and(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue