lottoarchitect
Member
Several current WR wheels come from existing ones by combining smaller covering designs. There are equations that define the way this can be achieved ("by-hand" construction). This contrasts computer programs that approach the construction of a wheel using linear / greedy / hill-climbing / simulated annealing or other techniques.
A covering is declared as C(v,k,t,m,L,=b) where
v=total numbers in wheel
k=block size (size of each ticket)
t=matches/guarantee
m=correct numbers drawn within the v set
L=1 for minimal wheels (omitted)
b=total tickets needed
Also, a t-design, t-(v,k,L,=b) or (v,k,t,L)=b is a covering with the special property of t=m and each combination covered only once (L=1) and it is minimal of course.
I have found the following equations regarding how to mix wheels together.
Main theorem:
C(v1,k,t,m1,L,=b1) + C(v2,k,t,m2,L,=b2) = C(v1+v2,k,t,m1+m2-1,L,=b1+b2)
Also, for t-designs, the following apply:
C(v+2,k,t)<=C(v,k,t)+C(v,k-2,t-1)
C(v+1,k+1,t)<=C(v,k,t)
C(v+1,k,t)<=C(v,k,t)+C(v,k-1,t-1)
C(v-1,k,t)<=C(v,k,t)
If you know of other such equations, feel free to post them.
cheers
A covering is declared as C(v,k,t,m,L,=b) where
v=total numbers in wheel
k=block size (size of each ticket)
t=matches/guarantee
m=correct numbers drawn within the v set
L=1 for minimal wheels (omitted)
b=total tickets needed
Also, a t-design, t-(v,k,L,=b) or (v,k,t,L)=b is a covering with the special property of t=m and each combination covered only once (L=1) and it is minimal of course.
I have found the following equations regarding how to mix wheels together.
Main theorem:
C(v1,k,t,m1,L,=b1) + C(v2,k,t,m2,L,=b2) = C(v1+v2,k,t,m1+m2-1,L,=b1+b2)
Also, for t-designs, the following apply:
C(v+2,k,t)<=C(v,k,t)+C(v,k-2,t-1)
C(v+1,k+1,t)<=C(v,k,t)
C(v+1,k,t)<=C(v,k,t)+C(v,k-1,t-1)
C(v-1,k,t)<=C(v,k,t)
If you know of other such equations, feel free to post them.
cheers