3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-11 09:44:43 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-24 11:58:48 -07:00
parent 6ab83466d9
commit 785c9a18ca
5 changed files with 20 additions and 1 deletions

View file

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