mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	add documentation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									ec5d4f1119
								
							
						
					
					
						commit
						f609ee6298
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
					@ -1,3 +1,10 @@
 | 
				
			||||||
 | 
					# Copyright Microsoft Research 2016
 | 
				
			||||||
 | 
					# The following script finds sequences of length n-1 of
 | 
				
			||||||
 | 
					# integers 0,..,n-1 such that the difference of the n-1
 | 
				
			||||||
 | 
					# adjacent entries fall in the range 0,..,n-1
 | 
				
			||||||
 | 
					# This is known as the "The All-Interval Series Problem"
 | 
				
			||||||
 | 
					# See http://www.csplib.org/Problems/prob007/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from z3 import *
 | 
					from z3 import *
 | 
				
			||||||
import time
 | 
					import time
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue