mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	fix bug in proof generation for PDR, add more features for handling quantifiers
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									2d1a6bf270
								
							
						
					
					
						commit
						a813c384a6
					
				
					 8 changed files with 356 additions and 40 deletions
				
			
		| 
						 | 
				
			
			@ -43,13 +43,7 @@ public:
 | 
			
		|||
        return m_replace.translate(translator);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    void insert(expr* fml1, expr* fml2) {
 | 
			
		||||
        proof_ref p1(m), p2(m), p3(m);
 | 
			
		||||
        p1 = m.mk_asserted(fml1);
 | 
			
		||||
        p2 = m.mk_rewrite(fml1, fml2);
 | 
			
		||||
        p3 = m.mk_modus_ponens(p1, p2);
 | 
			
		||||
        m_replace.insert(p3);
 | 
			
		||||
    }
 | 
			
		||||
    void insert(expr* fml1, expr* fml2);
 | 
			
		||||
 | 
			
		||||
    ast_manager& get_manager() { return m; }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue