mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
add documentation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ec5d4f1119
commit
f609ee6298
|
@ -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…
Reference in a new issue