mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	preserve rule names when changing rules
This commit is contained in:
		
							parent
							
								
									5b9bf74787
								
							
						
					
					
						commit
						a73023da97
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -639,7 +639,7 @@ namespace datalog {
 | 
			
		|||
                tail.push_back(ensure_app(conjs[i].get()));
 | 
			
		||||
            }
 | 
			
		||||
            tail_neg.resize(tail.size(), false);
 | 
			
		||||
            r = mk(r->get_head(), tail.size(), tail.c_ptr(), tail_neg.c_ptr());
 | 
			
		||||
            r = mk(r->get_head(), tail.size(), tail.c_ptr(), tail_neg.c_ptr(), r->name());
 | 
			
		||||
            TRACE("dl", r->display(m_ctx, tout << "reduced rule\n"););
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue