mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
mux
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2788f72bbb
commit
9262908ebb
30 changed files with 191 additions and 341 deletions
|
@ -337,7 +337,7 @@ private:
|
|||
|
||||
void init() {
|
||||
parallel_params pp(m_params);
|
||||
m_num_threads = std::min((unsigned)omp_get_num_procs(), pp.threads_max());
|
||||
m_num_threads = std::min((unsigned) std::thread::hardware_concurrency(), pp.threads_max());
|
||||
m_progress = 0;
|
||||
m_has_undef = false;
|
||||
m_allsat = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue