mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
eq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e79542cc68
commit
dd452e0ac1
3 changed files with 35 additions and 82 deletions
|
@ -1911,7 +1911,7 @@ void ast_manager::delete_node(ast * n) {
|
|||
while ((n = m_ast_table.pop_erase())) {
|
||||
|
||||
CTRACE("del_quantifier", is_quantifier(n), tout << "deleting quantifier " << n->m_id << " " << n << "\n";);
|
||||
TRACE("mk_var_bug", tout << "del_ast: " << n->m_id << "\n";);
|
||||
TRACE("mk_var_bug", tout << "del_ast: " << " " << n->m_ref_count << "\n";);
|
||||
TRACE("ast_delete_node", tout << mk_bounded_pp(n, *this) << "\n";);
|
||||
|
||||
SASSERT(!m_debug_ref_count || !m_debug_free_indices.contains(n->m_id));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue