mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 19:21:22 +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
|
@ -45,7 +45,7 @@ tactic * mk_qfauflia_tactic(ast_manager & m, params_ref const & p) {
|
|||
);
|
||||
|
||||
tactic * st = and_then(using_params(preamble_st, main_p),
|
||||
using_params(mk_smt_tactic(), solver_p));
|
||||
using_params(mk_smt_tactic(m), solver_p));
|
||||
|
||||
st->updt_params(p);
|
||||
return st;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue