3
0
Fork 0
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:
Leonardo de Moura 2012-10-30 10:53:40 -07:00
commit 0289a58d8a

View file

@ -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);