3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-04 00:06:16 +00:00

tweak bound propagation

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-11-03 12:41:33 -08:00
parent 88269edd4b
commit 4828ed97be
3 changed files with 13 additions and 3 deletions

View file

@ -202,7 +202,8 @@ tactic * mk_preamble_tactic(ast_manager& m) {
mk_simplify_tactic(m),
mk_propagate_values_tactic(m),
using_params(mk_ctx_simplify_tactic(m), ctx_simp_p),
using_params(mk_simplify_tactic(m), pull_ite_p),
using_params(mk_simplify_tactic(m), pull_ite_p),
mk_propagate_ineqs_tactic(m),
mk_solve_eqs_tactic(m),
mk_lia2card_tactic(m, lia2card_p),
mk_elim_uncnstr_tactic(m));