mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
tune hoist-rewriter
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4d26aabd83
commit
768e2c1d0d
4 changed files with 46 additions and 27 deletions
|
@ -1826,7 +1826,7 @@ ast * ast_manager::register_node_core(ast * n) {
|
|||
SASSERT(m_ast_table.contains(n));
|
||||
}
|
||||
|
||||
n->m_id = is_decl(n) ? m_decl_id_gen.mk() : m_expr_id_gen.mk();
|
||||
n->m_id = is_decl(n) ? m_decl_id_gen.mk() : m_expr_id_gen.mk();
|
||||
|
||||
// track_id(*this, n, 77);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue