mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 21:16:02 +00:00
more consistent use of parallel mode when enabled, takes care of example test from #1898 that didn't trigger parallel mode
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d9e77ba443
commit
cf4bf7b591
20 changed files with 73 additions and 65 deletions
|
@ -101,9 +101,9 @@ tactic * mk_qfidl_tactic(ast_manager & m, params_ref const & p) {
|
|||
using_params(and_then(preamble_st,
|
||||
or_else(using_params(mk_diff_neq_tactic(m), diff_neq_p),
|
||||
try2bv,
|
||||
mk_smt_tactic())),
|
||||
mk_smt_tactic(m))),
|
||||
main_p),
|
||||
mk_smt_tactic());
|
||||
mk_smt_tactic(m));
|
||||
|
||||
st->updt_params(p);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue