mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	merge with csp
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									9566d379d6
								
							
						
					
					
						commit
						42ac3a5363
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -64,7 +64,7 @@ void simple_check_sat_result::get_model_core(model_ref & m) {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
proof * simple_check_sat_result::get_proof() { 
 | 
			
		||||
    return m_status == l_false ? m_proof.get() : nullptr;
 | 
			
		||||
    return m_proof;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
std::string simple_check_sat_result::reason_unknown() const { 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue