mirror of
https://github.com/Z3Prover/z3
synced 2025-10-11 02:08:07 +00:00
fix new clause encoding
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
41ac4ff308
commit
a1e4fc3e98
4 changed files with 36 additions and 19 deletions
|
@ -65,7 +65,7 @@ namespace sat {
|
|||
}
|
||||
|
||||
solver::~solver() {
|
||||
m_ext = 0;
|
||||
m_ext = 0;
|
||||
SASSERT(check_invariant());
|
||||
TRACE("sat", tout << "Delete clauses\n";);
|
||||
del_clauses(m_clauses.begin(), m_clauses.end());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue