mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 19:22:28 +00:00 
			
		
		
		
	Add pp (debugging function) for params_ref
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
		
							parent
							
								
									1a09523c99
								
							
						
					
					
						commit
						9a523defa2
					
				
					 2 changed files with 6 additions and 1 deletions
				
			
		|  | @ -54,7 +54,7 @@ namespace api { | |||
|         datalog::dl_decl_util      m_datalog_util; | ||||
| 
 | ||||
|         // Support for old solver API
 | ||||
|         smt_params           m_fparams; | ||||
|         smt_params                 m_fparams; | ||||
|         smt::kernel *              m_solver;     // General purpose solver for backward compatibility
 | ||||
|         // -------------------------------
 | ||||
| 
 | ||||
|  |  | |||
|  | @ -933,3 +933,8 @@ void params::set_sym(char const * k, symbol const & v) { | |||
|     SET_SYM_VALUE(); | ||||
| } | ||||
| 
 | ||||
| #ifdef Z3DEBUG | ||||
| void pp(params_ref const & p) { | ||||
|     std::cout << p << std::endl; | ||||
| } | ||||
| #endif | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue