mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 23:05:26 +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
|
@ -7,7 +7,6 @@ def_module_params(module_name='rewriter',
|
|||
("sort_disjunctions", BOOL, True, "sort subterms in disjunctions"),
|
||||
("elim_and", BOOL, False, "conjunctions are rewritten using negation and disjunctions"),
|
||||
('elim_ite', BOOL, True, "eliminate ite in favor of and/or"),
|
||||
('elim_ite_value_tree', BOOL, False, "eliminate equations 'v = ite(...)' where v is a value and each leaf in the ite tree is a value"),
|
||||
("local_ctx", BOOL, False, "perform local (i.e., cheap) context simplifications"),
|
||||
("local_ctx_limit", UINT, UINT_MAX, "limit for applying local context simplifier"),
|
||||
("blast_distinct", BOOL, False, "expand a distinct predicate into a quadratic number of disequalities"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue