mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
theory_str refcount debug messages and beginning theory case split
This commit is contained in:
parent
67e7307777
commit
dd8cd8199b
6 changed files with 28 additions and 3 deletions
|
@ -1767,6 +1767,7 @@ void ast_manager::delete_node(ast * n) {
|
|||
TRACE("ast", tout << "Deleting object " << n->m_id << " " << n << "\n";);
|
||||
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("t_str_refcount_hack", tout << "delete ast " << n->m_id << std::endl;);
|
||||
TRACE("ast_delete_node", tout << mk_bounded_pp(n, *this) << "\n";);
|
||||
|
||||
SASSERT(m_ast_table.contains(n));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue