3
0
Fork 0
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:
Nikolaj Bjorner 2026-06-28 16:33:46 -07:00 committed by GitHub
parent ef66acc6b5
commit 1745d271b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()));
}