mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
parent
b1b77e57e1
commit
61fb134653
4 changed files with 25 additions and 18 deletions
|
@ -62,7 +62,7 @@ namespace smt {
|
|||
if (m.has_trace_stream())
|
||||
throw default_exception("trace streams have to be off in parallel mode");
|
||||
|
||||
|
||||
|
||||
for (unsigned i = 0; i < num_threads; ++i) {
|
||||
smt_params.push_back(ctx.get_fparams());
|
||||
}
|
||||
|
@ -183,6 +183,8 @@ namespace smt {
|
|||
}
|
||||
};
|
||||
|
||||
num_threads = 1;
|
||||
|
||||
while (true) {
|
||||
vector<std::thread> threads(num_threads);
|
||||
for (unsigned i = 0; i < num_threads; ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue