mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	remove incorrect check for quantifier
This commit is contained in:
		
							parent
							
								
									e5984dd397
								
							
						
					
					
						commit
						a96b7d243a
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -34,8 +34,6 @@ public:
 | 
				
			||||||
        proof_ref pr(m);
 | 
					        proof_ref pr(m);
 | 
				
			||||||
        for (unsigned idx : indices()) {
 | 
					        for (unsigned idx : indices()) {
 | 
				
			||||||
            auto const& d = m_fmls[idx];
 | 
					            auto const& d = m_fmls[idx];
 | 
				
			||||||
            if (!has_quantifiers(d.fml()))
 | 
					 | 
				
			||||||
                continue;
 | 
					 | 
				
			||||||
            m_rewriter(d.fml(), r, pr);
 | 
					            m_rewriter(d.fml(), r, pr);
 | 
				
			||||||
            m_fmls.update(idx, dependent_expr(m, r, d.dep()));
 | 
					            m_fmls.update(idx, dependent_expr(m, r, d.dep()));
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue