mirror of
https://github.com/Z3Prover/z3
synced 2025-10-10 17:58:06 +00:00
updates to local search integration
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
40df1949f5
commit
c6f943e4d6
4 changed files with 39 additions and 21 deletions
|
@ -963,6 +963,7 @@ namespace sat {
|
|||
\brief import lemmas/units from parallel sat solvers.
|
||||
*/
|
||||
void solver::exchange_par() {
|
||||
if (m_par && at_search_lvl()) m_par->set_phase(*this);
|
||||
if (m_par && at_base_lvl()) m_par->get_clauses(*this);
|
||||
if (m_par && at_base_lvl()) {
|
||||
// SASSERT(scope_lvl() == search_lvl());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue