mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	add hiding to auxiliary declarations created in mc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									19b1248e5e
								
							
						
					
					
						commit
						f04e805fa4
					
				
					 8 changed files with 20 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -1718,11 +1718,13 @@ 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 0
 | 
			
		||||
    static unsigned count = 0;
 | 
			
		||||
    if (n->m_id == 404) {
 | 
			
		||||
    if (n->m_id == 1293522) {
 | 
			
		||||
        ++count;
 | 
			
		||||
        //if (count == 2) SASSERT(false);
 | 
			
		||||
    }
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
    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