mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 03:32:28 +00:00 
			
		
		
		
	This commit is contained in:
		
							parent
							
								
									4da4591fe7
								
							
						
					
					
						commit
						89373d5bf9
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -39,8 +39,10 @@ namespace array { | |||
|                 dep.add(n, p->get_arg(i)); | ||||
|         } | ||||
|         for (euf::enode* k : euf::enode_class(n))  | ||||
|             if (a.is_const(k->get_expr())) | ||||
|                 dep.add(n, k->get_arg(0));     | ||||
|             if (a.is_const(k->get_expr()))  | ||||
|                 dep.add(n, k->get_arg(0));  | ||||
|         if (!dep.deps().contains(n)) | ||||
|             dep.insert(n, nullptr); | ||||
|         return true; | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue