mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Fixing soft timeout for check-sat-using.
This commit is contained in:
parent
fbd02f6d5f
commit
5706df30c6
2 changed files with 3 additions and 2 deletions
|
@ -121,6 +121,7 @@ tactic * mk_lackr_tactic(ast_manager & m, params_ref const & p) {
|
|||
mk_max_bv_sharing_tactic(m),
|
||||
//mk_macro_finder_tactic(m, p),
|
||||
using_params(mk_simplify_tactic(m), simp2_p)
|
||||
//, mk_simplify_tactic(m)
|
||||
//mk_nnf_tactic(m_m, m_p)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue