mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
parent
754bafc95e
commit
884a68251b
6 changed files with 27 additions and 15 deletions
|
@ -1824,6 +1824,9 @@ ast * ast_manager::register_node_core(ast * n) {
|
|||
|
||||
n->m_id = is_decl(n) ? m_decl_id_gen.mk() : m_expr_id_gen.mk();
|
||||
|
||||
if (n->m_id == 28 && is_lambda(n)) {
|
||||
// SASSERT(false);
|
||||
}
|
||||
// track_id(*this, n, 254);
|
||||
|
||||
TRACE("ast", tout << "Object " << n->m_id << " was created.\n";);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue