mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	initialization of proof_cmds
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									65ea4925b3
								
							
						
					
					
						commit
						2f1514a259
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -938,7 +938,7 @@ extern "C" { | |||
|             install_proof_cmds(*solver.m_cmd_context);             | ||||
|         } | ||||
| 
 | ||||
|         if (!solver.m_cmd_context->proof_cmds())  | ||||
|         if (!solver.m_cmd_context->get_proof_cmds())  | ||||
|             init_proof_cmds(*solver.m_cmd_context); | ||||
|         solver.m_cmd_context->get_proof_cmds()->register_on_clause(user_context, _on_clause); | ||||
|         Z3_CATCH;    | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue