mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
commit
0289a58d8a
|
@ -66,11 +66,8 @@ tactic * mk_ufbv_tactic(ast_manager & m, params_ref const & p) {
|
|||
main_p.set_bool(":elim-and", true);
|
||||
main_p.set_bool(":solver", true);
|
||||
|
||||
params_ref smt_p(p);
|
||||
smt_p.set_bool(":auto-config", false);
|
||||
|
||||
tactic * t = and_then(repeat(mk_ufbv_preprocessor_tactic(m, main_p), 2),
|
||||
using_params(mk_smt_tactic(smt_p), main_p));
|
||||
mk_smt_tactic_using(false, main_p));
|
||||
|
||||
t->updt_params(p);
|
||||
|
||||
|
|
Loading…
Reference in a new issue