mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	Implement get_proof() in bmc and spacer engines
This commit is contained in:
		
							parent
							
								
									876cfb4dc9
								
							
						
					
					
						commit
						375c0ff9a9
					
				
					 4 changed files with 8 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -1109,7 +1109,7 @@ public:
 | 
			
		|||
    expr_ref get_reachable (func_decl* p);
 | 
			
		||||
    void add_invariant (func_decl *pred, expr* property);
 | 
			
		||||
    model_ref get_model();
 | 
			
		||||
    proof_ref get_proof() const;
 | 
			
		||||
    proof_ref get_proof() const {return get_ground_refutation();}
 | 
			
		||||
 | 
			
		||||
    expr_ref get_constraints (unsigned lvl);
 | 
			
		||||
    void add_constraint (expr *c, unsigned lvl);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue