3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-30 03:02:29 +00:00
This commit is contained in:
Nikolaj Bjorner 2024-08-19 16:04:28 -07:00
parent de8faa231f
commit 8b281b625e
7 changed files with 107 additions and 23 deletions

View file

@ -136,6 +136,7 @@ namespace sls {
m_ddfw->add(n, lits);
m_new_clause_added = true;
}
void force_restart() override { m_ddfw->force_restart(); }
};
void solver::init_search() {