mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	updated with immediate axioms
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									d0a7b19806
								
							
						
					
					
						commit
						b53e87dcba
					
				
					 4 changed files with 105 additions and 34 deletions
				
			
		|  | @ -61,6 +61,10 @@ public: | |||
|     // (x in a) <=> (x in b) and p(x)
 | ||||
|     void in_select_axiom(expr *x, expr *a); | ||||
| 
 | ||||
|     // a := set.subset(b, c)
 | ||||
|     // (a) <=> (set.intersect(b, c) = b)
 | ||||
|     void subset_axiom(expr *a); | ||||
| 
 | ||||
|     // a := set.singleton(b)
 | ||||
|     // set.size(a) = 1
 | ||||
|     void size_singleton_axiom(expr *a); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue