mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
saved params work
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
c3055207ed
commit
cf28cbab0a
130 changed files with 1469 additions and 948 deletions
|
@ -26,7 +26,7 @@ Notes:
|
|||
|
||||
tactic * mk_qffpa_tactic(ast_manager & m, params_ref const & p) {
|
||||
params_ref sat_simp_p = p;
|
||||
sat_simp_p .set_bool(":elim-and", true);
|
||||
sat_simp_p .set_bool("elim_and", true);
|
||||
|
||||
return and_then(mk_simplify_tactic(m, p),
|
||||
mk_fpa2bv_tactic(m, p),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue