mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
Added injection of auxiliary lemmas for fp.isNaN, so that the value propagation can pick up these values and propagate them.
Fixes #96.
This commit is contained in:
parent
eee076b9f8
commit
6f575689b1
2 changed files with 8 additions and 0 deletions
|
@ -37,6 +37,7 @@ tactic * mk_qffp_tactic(ast_manager & m, params_ref const & p) {
|
|||
mk_smt_tactic(),
|
||||
and_then(
|
||||
mk_fpa2bv_tactic(m, p),
|
||||
mk_propagate_values_tactic(m, p),
|
||||
using_params(mk_simplify_tactic(m, p), simp_p),
|
||||
mk_bit_blaster_tactic(m, p),
|
||||
using_params(mk_simplify_tactic(m, p), simp_p),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue