mirror of
https://github.com/Z3Prover/z3
synced 2026-05-06 02:15:16 +00:00
add solve-eqs to the qfnia tactic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e09964096e
commit
eefb644c93
1 changed files with 2 additions and 1 deletions
|
|
@ -81,7 +81,8 @@ static tactic * mk_qfnia_preamble(ast_manager & m, params_ref const & p_ref) {
|
|||
|
||||
return
|
||||
and_then(mk_simplify_tactic(m),
|
||||
mk_propagate_values_tactic(m),
|
||||
mk_propagate_values_tactic(m),
|
||||
mk_solve_eqs_tactic(m),
|
||||
using_params(mk_ctx_simplify_tactic(m), ctx_simp_p),
|
||||
using_params(mk_simplify_tactic(m), pull_ite_p),
|
||||
mk_elim_uncnstr_tactic(m),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue