3
0
Fork 0
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:
Nikolaj Bjorner 2020-04-10 11:21:30 -07:00
parent 61fb134653
commit a7123062a0
2 changed files with 14 additions and 11 deletions

View file

@ -183,7 +183,7 @@ namespace smt {
}
};
num_threads = 1;
// num_threads = 1;
while (true) {
vector<std::thread> threads(num_threads);