mirror of
https://github.com/Z3Prover/z3
synced 2025-10-10 17:58:06 +00:00
fixing local search
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
41e1b9f3fe
commit
352f8b6cb9
5 changed files with 32 additions and 23 deletions
|
@ -875,6 +875,9 @@ namespace sat {
|
|||
sat::parallel par(*this);
|
||||
par.reserve(num_threads, 1 << 12);
|
||||
par.init_solvers(*this, num_extra_solvers);
|
||||
for (unsigned i = 0; i < ls.size(); ++i) {
|
||||
par.push_child(ls[i]->rlimit());
|
||||
}
|
||||
int finished_id = -1;
|
||||
std::string ex_msg;
|
||||
par_exception_kind ex_kind;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue