mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 15:25:26 +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
|
@ -78,6 +78,8 @@ namespace sat {
|
|||
|
||||
void init_solvers(solver& s, unsigned num_extra_solvers);
|
||||
|
||||
void push_child(reslimit& rl);
|
||||
|
||||
// reserve space
|
||||
void reserve(unsigned num_owners, unsigned sz) { m_pool.reserve(num_owners, sz); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue