mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
fix #3899 regression from transitioning to decompose_monomial
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
61fb134653
commit
a7123062a0
2 changed files with 14 additions and 11 deletions
|
@ -183,7 +183,7 @@ namespace smt {
|
|||
}
|
||||
};
|
||||
|
||||
num_threads = 1;
|
||||
// num_threads = 1;
|
||||
|
||||
while (true) {
|
||||
vector<std::thread> threads(num_threads);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue