mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 19:00:25 +00:00
fix #2242, move purify-arith down to after ite elimination
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4ede0d9ec1
commit
fc02114bf4
1 changed files with 3 additions and 3 deletions
|
@ -50,10 +50,10 @@ tactic * mk_qfnra_nlsat_tactic(ast_manager & m, params_ref const & p) {
|
||||||
purify_p),
|
purify_p),
|
||||||
mk_propagate_values_tactic(m, p),
|
mk_propagate_values_tactic(m, p),
|
||||||
mk_solve_eqs_tactic(m, p),
|
mk_solve_eqs_tactic(m, p),
|
||||||
using_params(mk_purify_arith_tactic(m, p),
|
|
||||||
purify_p),
|
|
||||||
mk_elim_uncnstr_tactic(m, p),
|
mk_elim_uncnstr_tactic(m, p),
|
||||||
mk_elim_term_ite_tactic(m, p)),
|
mk_elim_term_ite_tactic(m, p),
|
||||||
|
using_params(mk_purify_arith_tactic(m, p),
|
||||||
|
purify_p)),
|
||||||
and_then(/* mk_degree_shift_tactic(m, p), */ // may affect full dimensionality detection
|
and_then(/* mk_degree_shift_tactic(m, p), */ // may affect full dimensionality detection
|
||||||
factor,
|
factor,
|
||||||
mk_solve_eqs_tactic(m, p),
|
mk_solve_eqs_tactic(m, p),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue