mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 03:32:28 +00:00 
			
		
		
		
	remove debug out
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									253f7d7675
								
							
						
					
					
						commit
						0ebea1c298
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		|  | @ -1073,6 +1073,8 @@ class ExprRef(AstRef): | |||
|             _z3_assert(is_app(self), "Z3 application expected") | ||||
|         return FuncDeclRef(Z3_get_app_decl(self.ctx_ref(), self.as_ast()), self.ctx) | ||||
| 
 | ||||
|      | ||||
| 
 | ||||
|     def num_args(self): | ||||
|         """Return the number of arguments of a Z3 application. | ||||
| 
 | ||||
|  |  | |||
|  | @ -773,7 +773,6 @@ bool pdatatypes_decl::commit(pdecl_manager& m) { | |||
|         for (unsigned i = 0; i < d->get_num_params(); ++i) { | ||||
|             ps.push_back(m.m().mk_uninterpreted_sort(symbol(i), 0, nullptr)); | ||||
|         }         | ||||
|         verbose_stream() << ps.size() << " " << ps << "\n"; | ||||
| 
 | ||||
|         dts.m_buffer.push_back(d->instantiate_decl(m, ps.size(), ps.data())); | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue