mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
parent
9c6b29164d
commit
dc6a8fde34
2 changed files with 7 additions and 11 deletions
|
@ -107,7 +107,7 @@ tactic * mk_lra_tactic(ast_manager & m, params_ref const & p) {
|
|||
mk_qe_lite_tactic(m, p),
|
||||
cond(mk_has_quantifier_probe(),
|
||||
cond(mk_is_lira_probe(),
|
||||
mk_qsat_tactic(m, p),
|
||||
or_else(mk_qsat_tactic(m, p), mk_smt_tactic(m)),
|
||||
mk_smt_tactic(m)),
|
||||
mk_smt_tactic(m)));
|
||||
st->updt_params(p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue