mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
complement regular expressions when used in negated membership constraints #1224
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
974eaab01c
commit
0ebb917268
2 changed files with 2 additions and 4 deletions
|
@ -1726,8 +1726,6 @@ ast * ast_manager::register_node_core(ast * n) {
|
|||
}
|
||||
|
||||
n->m_id = is_decl(n) ? m_decl_id_gen.mk() : m_expr_id_gen.mk();
|
||||
static unsigned s_counter = 0;
|
||||
|
||||
|
||||
TRACE("ast", tout << "Object " << n->m_id << " was created.\n";);
|
||||
TRACE("mk_var_bug", tout << "mk_ast: " << n->m_id << "\n";);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue