mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 03:32:28 +00:00 
			
		
		
		
	fix #5541
This commit is contained in:
		
							parent
							
								
									426306376f
								
							
						
					
					
						commit
						6f31d83633
					
				
					 11 changed files with 62 additions and 34 deletions
				
			
		|  | @ -243,7 +243,7 @@ namespace q { | |||
|             auto* info = (*this)(q); | ||||
|             quantifier* flat_q = info->get_flat_q(); | ||||
|             expr_ref body(flat_q->get_expr(), m); | ||||
|             for (expr* t : subterms(body)) | ||||
|             for (expr* t : subterms::ground(body)) | ||||
|                 if (is_uninterp(t) && !to_app(t)->is_ground()) | ||||
|                     fns.insert(to_app(t)->get_decl()); | ||||
|         } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue