mirror of
https://github.com/Z3Prover/z3
synced 2026-07-03 05:46:08 +00:00
turn on ite simplification by default
This commit is contained in:
parent
8368094618
commit
e86a918ae7
3 changed files with 3 additions and 8 deletions
|
|
@ -61,7 +61,6 @@ class bool_rewriter {
|
|||
unsigned m_local_ctx_limit;
|
||||
unsigned m_local_ctx_cost;
|
||||
bool m_elim_ite;
|
||||
bool m_elim_ite_value_tree;
|
||||
ptr_vector<expr> m_todo1, m_todo2;
|
||||
unsigned_vector m_counts1, m_counts2;
|
||||
expr_fast_mark1 m_marked;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue