mirror of
https://github.com/Z3Prover/z3
synced 2025-10-11 10:18:06 +00:00
Fixed potential SAT solver cleanup problem. Renamed functions for consistency. Relates to #570.
This commit is contained in:
parent
520e868add
commit
bfaa9ddf63
6 changed files with 13 additions and 9 deletions
|
@ -3042,7 +3042,7 @@ namespace sat {
|
|||
if (scope_lvl() > 0 || inconsistent())
|
||||
return;
|
||||
m_simplifier(learned);
|
||||
m_simplifier.free_memory();
|
||||
m_simplifier.finalize();
|
||||
if (m_ext)
|
||||
m_ext->clauses_modifed();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue