mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
parent
3e059a3a3b
commit
f79dccccfe
4 changed files with 36 additions and 17 deletions
|
@ -98,7 +98,6 @@ static tactic * mk_qfnia_nlsat_solver(ast_manager & m, params_ref const & p) {
|
|||
simp_p.set_bool("som", true); // expand into sums of monomials
|
||||
simp_p.set_bool("factor", false);
|
||||
|
||||
|
||||
return and_then(using_params(mk_simplify_tactic(m), simp_p),
|
||||
try_for(mk_qfnra_nlsat_tactic(m, simp_p), 3000),
|
||||
mk_fail_if_undecided_tactic());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue