mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	fix #6624
This commit is contained in:
		
							parent
							
								
									03a44803b6
								
							
						
					
					
						commit
						50bd6efea4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -834,8 +834,8 @@ namespace smt {
 | 
			
		|||
        }
 | 
			
		||||
        for (enode* n : m_lambdas) 
 | 
			
		||||
            for (enode* p : n->get_parents())
 | 
			
		||||
                if (!ctx.is_beta_redex(p, n)) {
 | 
			
		||||
                    TRACE("array", tout << "not a beta redex " << enode_pp(p, ctx) << "\n");
 | 
			
		||||
                if (!is_default(p) && !ctx.is_beta_redex(p, n)) {
 | 
			
		||||
                    TRACE("array", tout << "lambda is not a beta redex " << enode_pp(p, ctx) << "\n");
 | 
			
		||||
                    return true;
 | 
			
		||||
                }
 | 
			
		||||
        return false;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue