mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 03:31:23 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
828e123369
commit
3e53b6f2db
2 changed files with 1 additions and 5 deletions
|
@ -30,10 +30,6 @@ tactic * mk_qfauflia_tactic(ast_manager & m, params_ref const & p) {
|
|||
main_p.set_bool("som", true);
|
||||
main_p.set_bool("sort_store", true);
|
||||
|
||||
params_ref ctx_simp_p;
|
||||
ctx_simp_p.set_uint("max_depth", 30);
|
||||
ctx_simp_p.set_uint("max_steps", 5000000);
|
||||
|
||||
params_ref solver_p;
|
||||
solver_p.set_bool("array.simplify", false); // disable array simplifications at old_simplify module
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue