mirror of
https://github.com/Z3Prover/z3
synced 2026-06-30 04:18:53 +00:00
Modify thread allocation logic in smt_parallel.cpp
This commit is contained in:
parent
ef66acc6b5
commit
1745d271b4
1 changed files with 1 additions and 1 deletions
|
|
@ -1912,7 +1912,7 @@ namespace smt {
|
|||
m_sls_worker = alloc(sls_worker, *this);
|
||||
sl.push_child(&(m_sls_worker->limit()));
|
||||
}
|
||||
if (pp.core_minimize()) {
|
||||
if (num_core_min_threads == 1) {
|
||||
m_core_minimizer_worker = alloc(core_minimizer_worker, *this, asms);
|
||||
sl.push_child(&(m_core_minimizer_worker->limit()));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue