mirror of
https://github.com/Z3Prover/z3
synced 2025-10-10 17:58:06 +00:00
parent
7d73069798
commit
6b0e599b88
2 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue