mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	update func_interp code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									3a6218ac21
								
							
						
					
					
						commit
						b512212d41
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -113,7 +113,7 @@ bool func_interp::is_fi_entry_expr(expr * e, ptr_vector<expr> & args) {
 | 
			
		|||
    }
 | 
			
		||||
 | 
			
		||||
    if ((m_arity == 0) ||
 | 
			
		||||
        (m_arity == 1 && !m().is_eq(c, a1, a2)) ||
 | 
			
		||||
        (m_arity == 1 && !m().is_eq(c, a0, a1)) ||
 | 
			
		||||
        (m_arity > 1 && (!m().is_and(c) || to_app(c)->get_num_args() != m_arity)))
 | 
			
		||||
        return false;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue