mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 23:35:26 +00:00
set clean shutdown for local search and re-enable local search when it parallelizes with PB solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b2b3bab246
commit
8de2544abb
4 changed files with 24 additions and 9 deletions
|
@ -78,6 +78,8 @@ namespace sat {
|
|||
|
||||
~parallel();
|
||||
|
||||
void reset();
|
||||
|
||||
void init_solvers(solver& s, unsigned num_extra_solvers);
|
||||
|
||||
void push_child(reslimit& rl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue