3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-07-10 08:54:32 +01:00
parent a13ac6a759
commit 5de35d46eb
2 changed files with 27 additions and 1 deletions

View file

@ -184,7 +184,7 @@ tactic * mk_preamble_tactic(ast_manager& m) {
pull_ite_p.set_bool("push_ite_arith", false);
pull_ite_p.set_bool("local_ctx", true);
pull_ite_p.set_uint("local_ctx_limit", 10000000);
pull_ite_p.set_bool("hoist_ite", true);
params_ref ctx_simp_p;
ctx_simp_p.set_uint("max_depth", 30);