mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	proof-checker: handle true-axiom
This commit is contained in:
		
							parent
							
								
									4de58a42fe
								
							
						
					
					
						commit
						9550fd1ec4
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -211,6 +211,8 @@ bool proof_checker::check1_basic(proof* p, expr_ref_vector& side_conditions) {
 | 
			
		|||
    switch(k) {
 | 
			
		||||
    case PR_UNDEF:
 | 
			
		||||
        return true;
 | 
			
		||||
    case PR_TRUE:
 | 
			
		||||
        return true;
 | 
			
		||||
    case PR_ASSERTED:
 | 
			
		||||
        return true;
 | 
			
		||||
    case PR_GOAL:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue