3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-10 17:58:06 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-05 11:22:13 +01:00
parent 7d73069798
commit 6b0e599b88
2 changed files with 3 additions and 2 deletions

View file

@ -1288,6 +1288,7 @@ namespace sat {
lbool r = srch.check(num_lits, lits, nullptr);
if (r == l_true) {
m_model = srch.get_model();
m_model_is_current = true;
}
m_local_search = nullptr;
dealloc(&srch);