mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
flat only
remove option for uzers (users who are in reality fuzzers) to toggle flat option. The legacy arithmetic solver bakes in assumptions about flat format so it isn't helpful to expose this to fuzzers, I mean uzers.
This commit is contained in:
parent
b618537322
commit
ea2a843325
2 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@ def_module_params('rewriter',
|
|||
export=True,
|
||||
params=(max_memory_param(),
|
||||
max_steps_param(),
|
||||
("flat", BOOL, True, "create nary applications for and,or,+,*,bvadd,bvmul,bvand,bvor,bvxor"),
|
||||
("push_ite_arith", BOOL, False, "push if-then-else over arithmetic terms."),
|
||||
("push_ite_bv", BOOL, False, "push if-then-else over bit-vector terms."),
|
||||
("pull_cheap_ite", BOOL, False, "pull if-then-else terms when cheap."),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue