mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	other components
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
		
							parent
							
								
									e9eab22e5c
								
							
						
					
					
						commit
						68269c43a6
					
				
					 250 changed files with 70871 additions and 0 deletions
				
			
		
							
								
								
									
										11
									
								
								maxsat/ex.smt
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								maxsat/ex.smt
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,11 @@
 | 
			
		|||
(benchmark ex
 | 
			
		||||
  :logic AUFLIA
 | 
			
		||||
  :extrafuns ((x Int) (y Int) (z Int))
 | 
			
		||||
  :assumption (> x 0)
 | 
			
		||||
  :assumption (<= x -1)
 | 
			
		||||
  :assumption (or (> x 0) (< y 1))
 | 
			
		||||
  :assumption (> y 2)
 | 
			
		||||
  :assumption (> y 3)
 | 
			
		||||
  :assumption (<= y -1) 
 | 
			
		||||
  :formula (= z (+ x y)))
 | 
			
		||||
        
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue