3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-11 09:44:43 +00:00

simplifications noticed by trying #4147

The change masks possible bugs in smt.threads and arrays.
This commit is contained in:
Nikolaj Bjorner 2020-04-29 10:15:54 -07:00
parent 7cfd16c7f9
commit 3fc001baea
4 changed files with 25 additions and 10 deletions

View file

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