SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 6, June 2013
2091
www.ijarcet.org
Optimization of Hamilton Path
Tournament Schedule1
Trinetra Kumar Pathak, 2
Vinod Kumar Bhalla
Abstract: A Hamilton path tournament design
involving n teams and n/2 stadiums, is a round robin
schedule on n − 1 days in which each team plays in
each stadium at most twice, and the set of games
played in each stadium induce a Hamilton path on n
teams[1]. We have created an algorithm to calculate
the cost of all pairs which is generated using Hamilton
path tournament Design [1] that work on n teams,
,n/2 stadiums and n − 1 days schedule in which each
team played at most twice in each stadium [1]. In our
algorithm, we have calculated the cost of each
combination of pairs and choose the Optimize
Hamilton path tournament.
Index Terms – Cost, Combination, Schedule, Path.
1 INTRODUCTION
There are number of algorithms for scheduling
balanced tournament designs [2], [6], [7]. Yoshiko
T. Ikebe and Akihisa Tamura [1] introduced a
Hamilton path tournament design and have proved
it for all n = 2p ≥ 8 teams. Gelling and Odeh
introduced the balanced tournament design [4], and
Schellenberg, van Rees and Vanstone proved its
existence for all even n ≥ 6 [9]. In this paper, we
have introduced cost effect approach for
tournament design using Hamilton path. We have
used cost constant to find the optimized
combination of pairs of balance tournament.
Several authors have recently have proposed a
schedule closely related to balanced tournament
design [3], [5], [8], [10]. We have designed an
optimized Hamilton path tournament in which there
are n teams, n-1 days and n/2 stadiums. Cost for
each and every team in each combination of pairs is
calculated and then add these costs in a single one
for each pair and compare with last minimum cost
and at last we got the optimize combination of
Hamilton path tournament.
II CONSTRUCTIONS
First, we have taken combination of pair in which
we have n team means n/2 stadium. Then, we
calculate the cost of each and every team traversal
according to a given combination of pair. Suppose
team t1 play first match in stadium s1 than we
initiate the cost of team t1 as 0 and check the next
match play by team t1, if t1 play second match in
stadium s2 the add the transportation cost of s1 to
s2 into cost of team t1 and check for the next match
for team t1 up to last match of t1 and same
procedure apply for the all remaining teams and
then add the cost of all teams which is called First
Combination Cost.
Now this procedure applies for all the combinations
of pairs and then we select the best Combination
of pairs generated by Hamilton path tournament.
II ILLUSTRATION USING EXAMPLE
Table 1 indicate the one combination of pairs
according to Hamilton path tournament for n=8.
Let there are 8 team t1, t2, t3, t4, t5, t6, t7 and t8, 4
stadiums s s1, s2, s3 and s4 and 7 days d1, d2, d3,
d4, d5, d6 and d7 [1].
Days 
Stadium
s1 s2 s3 s4
d1 1,5 2,6 3,7 4,8
d2 1,6 5,7 2,8 3,4
d3 6,8 2,3 5,4 1,7
d4 7,4 6,3 1,8 5,2
d5 8,3 1,4 7,2 6,5
d6 4,2 8,5 1,3 7,6
d7 3,5 8,7 4,6 1,2
Table 1
And Table-2 indicate the transportation cost
between stadiums such as transportation cost
between s1 to s2 is a, s2 to s3 is b, s3 to s4 is c, s1
to s4 is d, s1 to s3 is e and s2 to s4 if f.
Stadiums s1 s2 s3 s4
s1 0 a e d
s2 a 0 b f
s3 e b 0 c
s4 d f c 0
Table 2
Also show by figure1.
a
e
f
d b
c
Fig. 1
And table3 indicate the transportation cost of each
team day by day. D1 is the cost of traversal
s1
s4 s3
s2
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 6, June 2013
2092
www.ijarcet.org
between Stadiums for Team1 at Day1 and Day2.
D2 is the cost of traversal between stadiums for
Team1 at Day2 and Day3 and so on for D3, D4 and
D5.
teams
days
d1 d2 d3 d4 d4 d5
t1 0 d c b b c
t2 b b f c e d
t3 c f 0 a e e
t4 0 c e a a e
t5 a b c 0 f a
t6 a 0 a f 0 c
t7 b f d e c f
t8 c a e e a 0
Table 3
So for the team t1 total transportation cost in the
combination1 of this tournament is TCT1.
TCT1= Transportation Cost of Team t1.
It means
TCT1 = 0 + d + c + b + b + c
=0 *a + 2 * b + 2 * c+ 1 * d + 0 * e + 0 * f
Same for the team t2 total transportation cost in the
combination1 of this tournament is TCT2.
TCT2= Transportation Cost of Team t2
It means
TCT2 = b + b + f + c + e + d
= 0 *a + 2 * b +1* c + 1 * d + 1 * e + 1 * f
And so on for all the remaining teams.
And the total transportation cost of Combination1
is TC1.
Or
If we will take the transportation cost between all
stadiums as an unit cost then transportation cost of
team t1 in Combination1 of this tournament is
TCT1.
TCT1 = 0 + 2 + 2 + 1 + 0 + 0
= 5
TCT2 = 0 + 2 + 1 + 1 + 1 + 1
= 6
TCT3 = 5
TCT4 = 5
TCT5 = 5
TCT6 = 4
TCT7 = 6
TCT8 = 5
And TC1= 41
And for another combination of Hamilton path
tournament we have calculated the total
transportation cost as TC2. Table4 indicate the
another combination of pairs according to Hamilton
path tournament for n=8. If there are 8 team t1, t2,
t3, t4, t5, t6, t7 and t8, 4 stadiums s1, s2, s3 and s4
and 7 days d1, d2, d3, d4, d5, d6 and d7.
Days 
Stadium
s1 s2 s3 s4
d1 1,5 2,6 3,7 4,8
d2 1,6 3,4 2,8 5,7
d3 5,4 1,7 6,8 2,3
d4 6,3 7,4 5,2 1,8
d5 7,2 8,3 1,4 6,5
d6 4,2 8,5 7,6 1,3
d7 8,7 1,2 3,5 4,6
Table 4
And table5 indicate the transportation cost of each
team day after previous day. D1 is the cost of
traversal between Stadiums for Team1 at Day1 and
Day2. D2 is the cost of traversal between stadiums
for Team1 at Day2 and Day3 and so on for D3, D4
and D5.
teams
 days
D1 D2 D3 D4 D4 D5
t1 0 a f c c f
t2 b c c e 0 a
t3 b f d a f c
t4 f a a b e d
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 6, June 2013
2093
www.ijarcet.org
t5 d d e c f b
t6 a e e d c c
t7 c f 0 a e e
t8 c 0 c f 0 a
So for the team t1 total transportation cost in the
combination1 of this tournament is TCT1.
TCT1= Transportation Cost of Team t1.
It means
TCT1 = 0 + a + f + c + c + f
= 1 *a + 0 * b + 2 * c + 0 * d + 0 * e + 2 *
f
Same for the team t2 total transportation cost in the
combination1 of this tournament is TCT2.
TCT2= Transportation Cost of Team t2
It means
TCT2 = b + c + c + e + 0 + a
= 1 *a + 1 * b + 2 * c + 0 * d + 1 * e + 0 * f
And so on for all the remaining teams.
And the total transportation cost of Combination2
is TC2.
Or
If we will take the transportation cost between all
stadiums as an unit cost then transportation cost of
team t1 in Combination1 of this tournament is
TCT1 and value of TCT1 is
TCT1 = 1 + 0 + 2 + 0 + 0 + 2
= 5
TCT2 = 1 + 1 + 2 + 0 + 1 + 0
= 5
TCT3 = 6
TCT4 = 6
TCT5 = 6
TCT6 = 6
TCT7 = 5
TCT8 = 4
And the total transportation cost of the second
combination of same tournament is TC2.
TC2= 43
And so on for the all remains combinations and
then we select minimum cost and optimized
combination for Hamilton path tournament.
IV ALGORITHM
Optimize_Hamilton_Path_Tournament(A,TC,n, m)
A is the 4 dimension array used to store all the
combination of pairs generated by Hamilton path
tournament and n is the number of team played in
this tournament. m is indicate the number of total
combination and TC used to store the
Transportation cost of combinations.
I. Set p ← 1 min ← MAX_VALUE
Best_Combination ← 1
II. Repeat while p ≤ m
1. Set i ← 1
2. Repeat while i ≤ n
(a) Set sum← 0 D1 ← 0 D2 ←
0 j ← 1
(b) Repeat while j ˂ n
(i) Set k ← 1
(ii) Repeat while k ≤ n/2
(A) If A[j][k][0] = i or A[j][k][1] = i
then do
a. If D1= 0 then set D1 ← k
b. Set D2 ← k
c. If D1 = D2 then
set sum ← sum + 0
Otherwise set sum ← sum + 1
D1 ← D2
d. Go to step (b)
(B) Set k ← k + 1
(iii) Set j ← j + 1
(c) Set TCT[i] ← sum
(d) Set TC[p] ← TC[p] + sum
(e) Set i ← i + 1
3. If min > TC[p] then
set min ← TC[p]
Best_Combination ← p
4. Set p ← p + 1
III. Return Best_Combination
V CONCLUSION
Using Cost constraint on various combinations of
Hamilton path tournament design for n teams, we
have selected the combination of teams and
stadiums such that all teams have to travel
minimum distance for whole tournament. As all the
teams will travel minimum distance, so the cost of
their transportation and other expenses associated
with them will also be minimum. This algorithm
ISSN: 2278 – 1323
International Journal of Advanced Research in Computer Engineering & Technology (IJARCET)
Volume 2, Issue 6, June 2013
2094
www.ijarcet.org
can be used to design tournaments in a cost
effective manner and also if the teams will travel
less, their performance will also increase. In future,
time constraint can also be added to this algorithm.
REFERENCES
[1] Yoshiko T. Ikebe, Akihisa Tamura: Construction of
Hamilton Path Tournament Designs. Graphs and
Combinatorics (2011) 27:703–711 DOI
10.1007/s00373-010-0998-6
[2] de Werra, D.: Some models of graphs for scheduling
sports competitions. Discrete Appl. Math. 21, 47–65
(1988)
[3] de Werra, D., Ekim, T., Raess, C.: Construction of
sports schedules with multiple venues. Discrete
Appl. Math. 154, 47–58 (2006)
[4] Gelling, E.N., Odeh, R.E.: On 1-factorizations of the
complete graph and the relationship to roundrobin
tournaments, Proc. Third Manitoba Conference on
Numerical Math.,Winnipeg 213–221 (1973)
[5] Ikebe, Y.T., Tamura, A.: On the existence of sports
schedules with multiple venues. Discrete Appl. Math.
156, 1694–1710 (2008) 123 Graphs and
Combinatorics (2011) 27:703–711 711
[6] . Lamken,E.R.,Vanstone, S.A.: Balanced tournament
designs and related topics.Discrete Math. 77, 159–
176 (1989)
[7] Nemhauser, G., Trick,M.: Scheduling a major
college basketball conference. Oper. Res. 46, 1–8
(1998)
[8] Russell, R.A., Urban, T.L.:Aconstraint-programming
approach to themultiple-venue sport-scheduling
problem. Comput. Oper. Res. 33, 1895–1906 (2006)
[9] Schellenberg, P.J., van Rees, G.H.J., Vanstone, S.A.:
The existence of balanced tournament design. Ars
Combinatoria 3, 303–317 (1977)
[10] Urban, T.L., Russell, R.A.: Scheduling sports
competitions on multiple venues. European J. Oper.
Res. 148, 302–311 (2003) 123
Trinetra Kumar Pathak is
pursuing his Master of
Engineering in Software
Engineering from Thapar
University. He has qualified
Gate and is currently
pursuing his six months
thesis on Algorithms.
Vinod Kumar Bhalla is
working as Assistant
Professor in Computer
Science and Engineering
Department, Thapar
University, Patiala since
2001. He is taking courses of
Object Oriented
Programming, Analysis &
Design, Software
Engineering

Más contenido relacionado

Similar a Volume 2-issue-6-2091-2094

Theory of Advanced Relativity
Theory of Advanced RelativityTheory of Advanced Relativity
Theory of Advanced RelativityMihir Jha
 
Traveling salesman problem: Game Scheduling Problem Solution: Ant Colony Opti...
Traveling salesman problem: Game Scheduling Problem Solution: Ant Colony Opti...Traveling salesman problem: Game Scheduling Problem Solution: Ant Colony Opti...
Traveling salesman problem: Game Scheduling Problem Solution: Ant Colony Opti...Soumen Santra
 
June 03 P2
June 03 P2June 03 P2
June 03 P2Samimvez
 
A NEW APPROACH FOR SOLVING TRANSPORTATION PROBLEM
A NEW APPROACH FOR SOLVING TRANSPORTATION PROBLEMA NEW APPROACH FOR SOLVING TRANSPORTATION PROBLEM
A NEW APPROACH FOR SOLVING TRANSPORTATION PROBLEMJournal For Research
 
The optimum seeking method of Pavement maintenance based on interval fuzzy so...
The optimum seeking method of Pavement maintenance based on interval fuzzy so...The optimum seeking method of Pavement maintenance based on interval fuzzy so...
The optimum seeking method of Pavement maintenance based on interval fuzzy so...IJERA Editor
 
OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...
OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...
OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...cscpconf
 
Direct split-radix algorithm for fast computation of type-II discrete Hartley...
Direct split-radix algorithm for fast computation of type-II discrete Hartley...Direct split-radix algorithm for fast computation of type-II discrete Hartley...
Direct split-radix algorithm for fast computation of type-II discrete Hartley...TELKOMNIKA JOURNAL
 
Design of a Lift Mechanism for Disabled People
Design of a Lift Mechanism for Disabled PeopleDesign of a Lift Mechanism for Disabled People
Design of a Lift Mechanism for Disabled PeopleSamet Baykul
 
IJREI- Vibration Analysis and Response Characteristics of a Half Car Model Su...
IJREI- Vibration Analysis and Response Characteristics of a Half Car Model Su...IJREI- Vibration Analysis and Response Characteristics of a Half Car Model Su...
IJREI- Vibration Analysis and Response Characteristics of a Half Car Model Su...Star Web Maker Services Pvt. Ltd.
 
fdocuments.us_turning-moment-diagram-flywheel.ppt
fdocuments.us_turning-moment-diagram-flywheel.pptfdocuments.us_turning-moment-diagram-flywheel.ppt
fdocuments.us_turning-moment-diagram-flywheel.pptSukantaMandal17
 
Highway designing calculations
Highway designing calculationsHighway designing calculations
Highway designing calculationsjanaka ruwan
 
Fast Algorithm for Computing the Discrete Hartley Transform of Type-II
Fast Algorithm for Computing the Discrete Hartley Transform of Type-IIFast Algorithm for Computing the Discrete Hartley Transform of Type-II
Fast Algorithm for Computing the Discrete Hartley Transform of Type-IIijeei-iaes
 
IRJET- Design and Development of Open Differential for Transmission System of...
IRJET- Design and Development of Open Differential for Transmission System of...IRJET- Design and Development of Open Differential for Transmission System of...
IRJET- Design and Development of Open Differential for Transmission System of...IRJET Journal
 
Platoon Control of Nonholonomic Robots using Quintic Bezier Splines
Platoon Control of Nonholonomic Robots using Quintic Bezier SplinesPlatoon Control of Nonholonomic Robots using Quintic Bezier Splines
Platoon Control of Nonholonomic Robots using Quintic Bezier SplinesKaustav Mondal
 

Similar a Volume 2-issue-6-2091-2094 (20)

Theory of Advanced Relativity
Theory of Advanced RelativityTheory of Advanced Relativity
Theory of Advanced Relativity
 
Traveling salesman problem: Game Scheduling Problem Solution: Ant Colony Opti...
Traveling salesman problem: Game Scheduling Problem Solution: Ant Colony Opti...Traveling salesman problem: Game Scheduling Problem Solution: Ant Colony Opti...
Traveling salesman problem: Game Scheduling Problem Solution: Ant Colony Opti...
 
June 03 P2
June 03 P2June 03 P2
June 03 P2
 
A NEW APPROACH FOR SOLVING TRANSPORTATION PROBLEM
A NEW APPROACH FOR SOLVING TRANSPORTATION PROBLEMA NEW APPROACH FOR SOLVING TRANSPORTATION PROBLEM
A NEW APPROACH FOR SOLVING TRANSPORTATION PROBLEM
 
The optimum seeking method of Pavement maintenance based on interval fuzzy so...
The optimum seeking method of Pavement maintenance based on interval fuzzy so...The optimum seeking method of Pavement maintenance based on interval fuzzy so...
The optimum seeking method of Pavement maintenance based on interval fuzzy so...
 
OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...
OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...
OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...
 
Direct split-radix algorithm for fast computation of type-II discrete Hartley...
Direct split-radix algorithm for fast computation of type-II discrete Hartley...Direct split-radix algorithm for fast computation of type-II discrete Hartley...
Direct split-radix algorithm for fast computation of type-II discrete Hartley...
 
Design of a Lift Mechanism for Disabled People
Design of a Lift Mechanism for Disabled PeopleDesign of a Lift Mechanism for Disabled People
Design of a Lift Mechanism for Disabled People
 
E33018021
E33018021E33018021
E33018021
 
Management Network Lec 3
Management Network Lec 3Management Network Lec 3
Management Network Lec 3
 
IJREI- Vibration Analysis and Response Characteristics of a Half Car Model Su...
IJREI- Vibration Analysis and Response Characteristics of a Half Car Model Su...IJREI- Vibration Analysis and Response Characteristics of a Half Car Model Su...
IJREI- Vibration Analysis and Response Characteristics of a Half Car Model Su...
 
D044042432
D044042432D044042432
D044042432
 
fdocuments.us_turning-moment-diagram-flywheel.ppt
fdocuments.us_turning-moment-diagram-flywheel.pptfdocuments.us_turning-moment-diagram-flywheel.ppt
fdocuments.us_turning-moment-diagram-flywheel.ppt
 
Chap05alg
Chap05algChap05alg
Chap05alg
 
Chap05alg
Chap05algChap05alg
Chap05alg
 
Highway designing calculations
Highway designing calculationsHighway designing calculations
Highway designing calculations
 
Fast Algorithm for Computing the Discrete Hartley Transform of Type-II
Fast Algorithm for Computing the Discrete Hartley Transform of Type-IIFast Algorithm for Computing the Discrete Hartley Transform of Type-II
Fast Algorithm for Computing the Discrete Hartley Transform of Type-II
 
IRJET- Design and Development of Open Differential for Transmission System of...
IRJET- Design and Development of Open Differential for Transmission System of...IRJET- Design and Development of Open Differential for Transmission System of...
IRJET- Design and Development of Open Differential for Transmission System of...
 
Optimizing last mile delivery
Optimizing last mile deliveryOptimizing last mile delivery
Optimizing last mile delivery
 
Platoon Control of Nonholonomic Robots using Quintic Bezier Splines
Platoon Control of Nonholonomic Robots using Quintic Bezier SplinesPlatoon Control of Nonholonomic Robots using Quintic Bezier Splines
Platoon Control of Nonholonomic Robots using Quintic Bezier Splines
 

Más de Editor IJARCET

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationEditor IJARCET
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Editor IJARCET
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Editor IJARCET
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Editor IJARCET
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Editor IJARCET
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Editor IJARCET
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Editor IJARCET
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Editor IJARCET
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Editor IJARCET
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Editor IJARCET
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Editor IJARCET
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Editor IJARCET
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Editor IJARCET
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Editor IJARCET
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Editor IJARCET
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Editor IJARCET
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Editor IJARCET
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Editor IJARCET
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Editor IJARCET
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Editor IJARCET
 

Más de Editor IJARCET (20)

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturization
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
 

Último

大学学位办理《原版美国USD学位证书》圣地亚哥大学毕业证制作成绩单修改
大学学位办理《原版美国USD学位证书》圣地亚哥大学毕业证制作成绩单修改大学学位办理《原版美国USD学位证书》圣地亚哥大学毕业证制作成绩单修改
大学学位办理《原版美国USD学位证书》圣地亚哥大学毕业证制作成绩单修改atducpo
 
Italy vs Albania Tickets: Italy's Quest for Euro Cup Germany History, Defendi...
Italy vs Albania Tickets: Italy's Quest for Euro Cup Germany History, Defendi...Italy vs Albania Tickets: Italy's Quest for Euro Cup Germany History, Defendi...
Italy vs Albania Tickets: Italy's Quest for Euro Cup Germany History, Defendi...Eticketing.co
 
VIP Kolkata Call Girl Liluah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Liluah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Liluah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Liluah 👉 8250192130 Available With Roomdivyansh0kumar0
 
CALL ON ➥8923113531 🔝Call Girls Telibagh Lucknow best Night Fun service 🧣
CALL ON ➥8923113531 🔝Call Girls Telibagh Lucknow best Night Fun service  🧣CALL ON ➥8923113531 🔝Call Girls Telibagh Lucknow best Night Fun service  🧣
CALL ON ➥8923113531 🔝Call Girls Telibagh Lucknow best Night Fun service 🧣anilsa9823
 
Croatia vs Italy Euro Cup 2024 Three pitfalls for Spalletti’s Italy in Group ...
Croatia vs Italy Euro Cup 2024 Three pitfalls for Spalletti’s Italy in Group ...Croatia vs Italy Euro Cup 2024 Three pitfalls for Spalletti’s Italy in Group ...
Croatia vs Italy Euro Cup 2024 Three pitfalls for Spalletti’s Italy in Group ...Eticketing.co
 
Plan d'orientations stratégiques rugby féminin
Plan d'orientations stratégiques rugby fémininPlan d'orientations stratégiques rugby féminin
Plan d'orientations stratégiques rugby fémininThibaut TATRY
 
JORNADA 4 LIGA MURO 2024TUXTEPEC1234.pdf
JORNADA 4 LIGA MURO 2024TUXTEPEC1234.pdfJORNADA 4 LIGA MURO 2024TUXTEPEC1234.pdf
JORNADA 4 LIGA MURO 2024TUXTEPEC1234.pdfArturo Pacheco Alvarez
 
大学假文凭《原版英国Imperial文凭》帝国理工学院毕业证制作成绩单修改
大学假文凭《原版英国Imperial文凭》帝国理工学院毕业证制作成绩单修改大学假文凭《原版英国Imperial文凭》帝国理工学院毕业证制作成绩单修改
大学假文凭《原版英国Imperial文凭》帝国理工学院毕业证制作成绩单修改atducpo
 
TAM Sports_IPL 17 Till Match 37_Celebrity Endorsement _Report.pdf
TAM Sports_IPL 17 Till Match 37_Celebrity Endorsement _Report.pdfTAM Sports_IPL 17 Till Match 37_Celebrity Endorsement _Report.pdf
TAM Sports_IPL 17 Till Match 37_Celebrity Endorsement _Report.pdfSocial Samosa
 
ppt on Myself, Occupation and my Interest
ppt on Myself, Occupation and my Interestppt on Myself, Occupation and my Interest
ppt on Myself, Occupation and my InterestNagaissenValaydum
 
( Sports training) All topic (MCQs).pptx
( Sports training) All topic (MCQs).pptx( Sports training) All topic (MCQs).pptx
( Sports training) All topic (MCQs).pptxParshotamGupta1
 
🔝|97111༒99012🔝 Call Girls In {Delhi} Cr Park ₹5.5k Cash Payment With Room De...
🔝|97111༒99012🔝 Call Girls In  {Delhi} Cr Park ₹5.5k Cash Payment With Room De...🔝|97111༒99012🔝 Call Girls In  {Delhi} Cr Park ₹5.5k Cash Payment With Room De...
🔝|97111༒99012🔝 Call Girls In {Delhi} Cr Park ₹5.5k Cash Payment With Room De...Diya Sharma
 
CALL ON ➥8923113531 🔝Call Girls Chinhat Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Chinhat Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Chinhat Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Chinhat Lucknow best sexual serviceanilsa9823
 
Atlanta Dream Exec Dan Gadd on Driving Fan Engagement and Growth, Serving the...
Atlanta Dream Exec Dan Gadd on Driving Fan Engagement and Growth, Serving the...Atlanta Dream Exec Dan Gadd on Driving Fan Engagement and Growth, Serving the...
Atlanta Dream Exec Dan Gadd on Driving Fan Engagement and Growth, Serving the...Neil Horowitz
 
JORNADA 5 LIGA MURO 2024INSUGURACION.pdf
JORNADA 5 LIGA MURO 2024INSUGURACION.pdfJORNADA 5 LIGA MURO 2024INSUGURACION.pdf
JORNADA 5 LIGA MURO 2024INSUGURACION.pdfArturo Pacheco Alvarez
 
Spain Vs Italy 20 players confirmed for Spain's Euro 2024 squad, and three po...
Spain Vs Italy 20 players confirmed for Spain's Euro 2024 squad, and three po...Spain Vs Italy 20 players confirmed for Spain's Euro 2024 squad, and three po...
Spain Vs Italy 20 players confirmed for Spain's Euro 2024 squad, and three po...World Wide Tickets And Hospitality
 
08448380779 Call Girls In Karol Bagh Women Seeking Men
08448380779 Call Girls In Karol Bagh Women Seeking Men08448380779 Call Girls In Karol Bagh Women Seeking Men
08448380779 Call Girls In Karol Bagh Women Seeking MenDelhi Call girls
 
Albania Vs Spain Albania is Loaded with Defensive Talent on their Roster.docx
Albania Vs Spain Albania is Loaded with Defensive Talent on their Roster.docxAlbania Vs Spain Albania is Loaded with Defensive Talent on their Roster.docx
Albania Vs Spain Albania is Loaded with Defensive Talent on their Roster.docxWorld Wide Tickets And Hospitality
 

Último (20)

大学学位办理《原版美国USD学位证书》圣地亚哥大学毕业证制作成绩单修改
大学学位办理《原版美国USD学位证书》圣地亚哥大学毕业证制作成绩单修改大学学位办理《原版美国USD学位证书》圣地亚哥大学毕业证制作成绩单修改
大学学位办理《原版美国USD学位证书》圣地亚哥大学毕业证制作成绩单修改
 
Italy vs Albania Tickets: Italy's Quest for Euro Cup Germany History, Defendi...
Italy vs Albania Tickets: Italy's Quest for Euro Cup Germany History, Defendi...Italy vs Albania Tickets: Italy's Quest for Euro Cup Germany History, Defendi...
Italy vs Albania Tickets: Italy's Quest for Euro Cup Germany History, Defendi...
 
VIP Kolkata Call Girl Liluah 👉 8250192130 Available With Room
VIP Kolkata Call Girl Liluah 👉 8250192130  Available With RoomVIP Kolkata Call Girl Liluah 👉 8250192130  Available With Room
VIP Kolkata Call Girl Liluah 👉 8250192130 Available With Room
 
CALL ON ➥8923113531 🔝Call Girls Telibagh Lucknow best Night Fun service 🧣
CALL ON ➥8923113531 🔝Call Girls Telibagh Lucknow best Night Fun service  🧣CALL ON ➥8923113531 🔝Call Girls Telibagh Lucknow best Night Fun service  🧣
CALL ON ➥8923113531 🔝Call Girls Telibagh Lucknow best Night Fun service 🧣
 
Croatia vs Italy Euro Cup 2024 Three pitfalls for Spalletti’s Italy in Group ...
Croatia vs Italy Euro Cup 2024 Three pitfalls for Spalletti’s Italy in Group ...Croatia vs Italy Euro Cup 2024 Three pitfalls for Spalletti’s Italy in Group ...
Croatia vs Italy Euro Cup 2024 Three pitfalls for Spalletti’s Italy in Group ...
 
Plan d'orientations stratégiques rugby féminin
Plan d'orientations stratégiques rugby fémininPlan d'orientations stratégiques rugby féminin
Plan d'orientations stratégiques rugby féminin
 
JORNADA 4 LIGA MURO 2024TUXTEPEC1234.pdf
JORNADA 4 LIGA MURO 2024TUXTEPEC1234.pdfJORNADA 4 LIGA MURO 2024TUXTEPEC1234.pdf
JORNADA 4 LIGA MURO 2024TUXTEPEC1234.pdf
 
大学假文凭《原版英国Imperial文凭》帝国理工学院毕业证制作成绩单修改
大学假文凭《原版英国Imperial文凭》帝国理工学院毕业证制作成绩单修改大学假文凭《原版英国Imperial文凭》帝国理工学院毕业证制作成绩单修改
大学假文凭《原版英国Imperial文凭》帝国理工学院毕业证制作成绩单修改
 
TAM Sports_IPL 17 Till Match 37_Celebrity Endorsement _Report.pdf
TAM Sports_IPL 17 Till Match 37_Celebrity Endorsement _Report.pdfTAM Sports_IPL 17 Till Match 37_Celebrity Endorsement _Report.pdf
TAM Sports_IPL 17 Till Match 37_Celebrity Endorsement _Report.pdf
 
Call Girls 🫤 Malviya Nagar ➡️ 9999965857 ➡️ Delhi 🫦 Russian Escorts FULL ENJOY
Call Girls 🫤 Malviya Nagar ➡️ 9999965857  ➡️ Delhi 🫦  Russian Escorts FULL ENJOYCall Girls 🫤 Malviya Nagar ➡️ 9999965857  ➡️ Delhi 🫦  Russian Escorts FULL ENJOY
Call Girls 🫤 Malviya Nagar ➡️ 9999965857 ➡️ Delhi 🫦 Russian Escorts FULL ENJOY
 
ppt on Myself, Occupation and my Interest
ppt on Myself, Occupation and my Interestppt on Myself, Occupation and my Interest
ppt on Myself, Occupation and my Interest
 
( Sports training) All topic (MCQs).pptx
( Sports training) All topic (MCQs).pptx( Sports training) All topic (MCQs).pptx
( Sports training) All topic (MCQs).pptx
 
🔝|97111༒99012🔝 Call Girls In {Delhi} Cr Park ₹5.5k Cash Payment With Room De...
🔝|97111༒99012🔝 Call Girls In  {Delhi} Cr Park ₹5.5k Cash Payment With Room De...🔝|97111༒99012🔝 Call Girls In  {Delhi} Cr Park ₹5.5k Cash Payment With Room De...
🔝|97111༒99012🔝 Call Girls In {Delhi} Cr Park ₹5.5k Cash Payment With Room De...
 
CALL ON ➥8923113531 🔝Call Girls Chinhat Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Chinhat Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Chinhat Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Chinhat Lucknow best sexual service
 
Atlanta Dream Exec Dan Gadd on Driving Fan Engagement and Growth, Serving the...
Atlanta Dream Exec Dan Gadd on Driving Fan Engagement and Growth, Serving the...Atlanta Dream Exec Dan Gadd on Driving Fan Engagement and Growth, Serving the...
Atlanta Dream Exec Dan Gadd on Driving Fan Engagement and Growth, Serving the...
 
JORNADA 5 LIGA MURO 2024INSUGURACION.pdf
JORNADA 5 LIGA MURO 2024INSUGURACION.pdfJORNADA 5 LIGA MURO 2024INSUGURACION.pdf
JORNADA 5 LIGA MURO 2024INSUGURACION.pdf
 
Call Girls 🫤 Paharganj ➡️ 9999965857 ➡️ Delhi 🫦 Russian Escorts FULL ENJOY
Call Girls 🫤 Paharganj ➡️ 9999965857  ➡️ Delhi 🫦  Russian Escorts FULL ENJOYCall Girls 🫤 Paharganj ➡️ 9999965857  ➡️ Delhi 🫦  Russian Escorts FULL ENJOY
Call Girls 🫤 Paharganj ➡️ 9999965857 ➡️ Delhi 🫦 Russian Escorts FULL ENJOY
 
Spain Vs Italy 20 players confirmed for Spain's Euro 2024 squad, and three po...
Spain Vs Italy 20 players confirmed for Spain's Euro 2024 squad, and three po...Spain Vs Italy 20 players confirmed for Spain's Euro 2024 squad, and three po...
Spain Vs Italy 20 players confirmed for Spain's Euro 2024 squad, and three po...
 
08448380779 Call Girls In Karol Bagh Women Seeking Men
08448380779 Call Girls In Karol Bagh Women Seeking Men08448380779 Call Girls In Karol Bagh Women Seeking Men
08448380779 Call Girls In Karol Bagh Women Seeking Men
 
Albania Vs Spain Albania is Loaded with Defensive Talent on their Roster.docx
Albania Vs Spain Albania is Loaded with Defensive Talent on their Roster.docxAlbania Vs Spain Albania is Loaded with Defensive Talent on their Roster.docx
Albania Vs Spain Albania is Loaded with Defensive Talent on their Roster.docx
 

Volume 2-issue-6-2091-2094

  • 1. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 6, June 2013 2091 www.ijarcet.org Optimization of Hamilton Path Tournament Schedule1 Trinetra Kumar Pathak, 2 Vinod Kumar Bhalla Abstract: A Hamilton path tournament design involving n teams and n/2 stadiums, is a round robin schedule on n − 1 days in which each team plays in each stadium at most twice, and the set of games played in each stadium induce a Hamilton path on n teams[1]. We have created an algorithm to calculate the cost of all pairs which is generated using Hamilton path tournament Design [1] that work on n teams, ,n/2 stadiums and n − 1 days schedule in which each team played at most twice in each stadium [1]. In our algorithm, we have calculated the cost of each combination of pairs and choose the Optimize Hamilton path tournament. Index Terms – Cost, Combination, Schedule, Path. 1 INTRODUCTION There are number of algorithms for scheduling balanced tournament designs [2], [6], [7]. Yoshiko T. Ikebe and Akihisa Tamura [1] introduced a Hamilton path tournament design and have proved it for all n = 2p ≥ 8 teams. Gelling and Odeh introduced the balanced tournament design [4], and Schellenberg, van Rees and Vanstone proved its existence for all even n ≥ 6 [9]. In this paper, we have introduced cost effect approach for tournament design using Hamilton path. We have used cost constant to find the optimized combination of pairs of balance tournament. Several authors have recently have proposed a schedule closely related to balanced tournament design [3], [5], [8], [10]. We have designed an optimized Hamilton path tournament in which there are n teams, n-1 days and n/2 stadiums. Cost for each and every team in each combination of pairs is calculated and then add these costs in a single one for each pair and compare with last minimum cost and at last we got the optimize combination of Hamilton path tournament. II CONSTRUCTIONS First, we have taken combination of pair in which we have n team means n/2 stadium. Then, we calculate the cost of each and every team traversal according to a given combination of pair. Suppose team t1 play first match in stadium s1 than we initiate the cost of team t1 as 0 and check the next match play by team t1, if t1 play second match in stadium s2 the add the transportation cost of s1 to s2 into cost of team t1 and check for the next match for team t1 up to last match of t1 and same procedure apply for the all remaining teams and then add the cost of all teams which is called First Combination Cost. Now this procedure applies for all the combinations of pairs and then we select the best Combination of pairs generated by Hamilton path tournament. II ILLUSTRATION USING EXAMPLE Table 1 indicate the one combination of pairs according to Hamilton path tournament for n=8. Let there are 8 team t1, t2, t3, t4, t5, t6, t7 and t8, 4 stadiums s s1, s2, s3 and s4 and 7 days d1, d2, d3, d4, d5, d6 and d7 [1]. Days Stadium s1 s2 s3 s4 d1 1,5 2,6 3,7 4,8 d2 1,6 5,7 2,8 3,4 d3 6,8 2,3 5,4 1,7 d4 7,4 6,3 1,8 5,2 d5 8,3 1,4 7,2 6,5 d6 4,2 8,5 1,3 7,6 d7 3,5 8,7 4,6 1,2 Table 1 And Table-2 indicate the transportation cost between stadiums such as transportation cost between s1 to s2 is a, s2 to s3 is b, s3 to s4 is c, s1 to s4 is d, s1 to s3 is e and s2 to s4 if f. Stadiums s1 s2 s3 s4 s1 0 a e d s2 a 0 b f s3 e b 0 c s4 d f c 0 Table 2 Also show by figure1. a e f d b c Fig. 1 And table3 indicate the transportation cost of each team day by day. D1 is the cost of traversal s1 s4 s3 s2
  • 2. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 6, June 2013 2092 www.ijarcet.org between Stadiums for Team1 at Day1 and Day2. D2 is the cost of traversal between stadiums for Team1 at Day2 and Day3 and so on for D3, D4 and D5. teams days d1 d2 d3 d4 d4 d5 t1 0 d c b b c t2 b b f c e d t3 c f 0 a e e t4 0 c e a a e t5 a b c 0 f a t6 a 0 a f 0 c t7 b f d e c f t8 c a e e a 0 Table 3 So for the team t1 total transportation cost in the combination1 of this tournament is TCT1. TCT1= Transportation Cost of Team t1. It means TCT1 = 0 + d + c + b + b + c =0 *a + 2 * b + 2 * c+ 1 * d + 0 * e + 0 * f Same for the team t2 total transportation cost in the combination1 of this tournament is TCT2. TCT2= Transportation Cost of Team t2 It means TCT2 = b + b + f + c + e + d = 0 *a + 2 * b +1* c + 1 * d + 1 * e + 1 * f And so on for all the remaining teams. And the total transportation cost of Combination1 is TC1. Or If we will take the transportation cost between all stadiums as an unit cost then transportation cost of team t1 in Combination1 of this tournament is TCT1. TCT1 = 0 + 2 + 2 + 1 + 0 + 0 = 5 TCT2 = 0 + 2 + 1 + 1 + 1 + 1 = 6 TCT3 = 5 TCT4 = 5 TCT5 = 5 TCT6 = 4 TCT7 = 6 TCT8 = 5 And TC1= 41 And for another combination of Hamilton path tournament we have calculated the total transportation cost as TC2. Table4 indicate the another combination of pairs according to Hamilton path tournament for n=8. If there are 8 team t1, t2, t3, t4, t5, t6, t7 and t8, 4 stadiums s1, s2, s3 and s4 and 7 days d1, d2, d3, d4, d5, d6 and d7. Days Stadium s1 s2 s3 s4 d1 1,5 2,6 3,7 4,8 d2 1,6 3,4 2,8 5,7 d3 5,4 1,7 6,8 2,3 d4 6,3 7,4 5,2 1,8 d5 7,2 8,3 1,4 6,5 d6 4,2 8,5 7,6 1,3 d7 8,7 1,2 3,5 4,6 Table 4 And table5 indicate the transportation cost of each team day after previous day. D1 is the cost of traversal between Stadiums for Team1 at Day1 and Day2. D2 is the cost of traversal between stadiums for Team1 at Day2 and Day3 and so on for D3, D4 and D5. teams days D1 D2 D3 D4 D4 D5 t1 0 a f c c f t2 b c c e 0 a t3 b f d a f c t4 f a a b e d
  • 3. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 6, June 2013 2093 www.ijarcet.org t5 d d e c f b t6 a e e d c c t7 c f 0 a e e t8 c 0 c f 0 a So for the team t1 total transportation cost in the combination1 of this tournament is TCT1. TCT1= Transportation Cost of Team t1. It means TCT1 = 0 + a + f + c + c + f = 1 *a + 0 * b + 2 * c + 0 * d + 0 * e + 2 * f Same for the team t2 total transportation cost in the combination1 of this tournament is TCT2. TCT2= Transportation Cost of Team t2 It means TCT2 = b + c + c + e + 0 + a = 1 *a + 1 * b + 2 * c + 0 * d + 1 * e + 0 * f And so on for all the remaining teams. And the total transportation cost of Combination2 is TC2. Or If we will take the transportation cost between all stadiums as an unit cost then transportation cost of team t1 in Combination1 of this tournament is TCT1 and value of TCT1 is TCT1 = 1 + 0 + 2 + 0 + 0 + 2 = 5 TCT2 = 1 + 1 + 2 + 0 + 1 + 0 = 5 TCT3 = 6 TCT4 = 6 TCT5 = 6 TCT6 = 6 TCT7 = 5 TCT8 = 4 And the total transportation cost of the second combination of same tournament is TC2. TC2= 43 And so on for the all remains combinations and then we select minimum cost and optimized combination for Hamilton path tournament. IV ALGORITHM Optimize_Hamilton_Path_Tournament(A,TC,n, m) A is the 4 dimension array used to store all the combination of pairs generated by Hamilton path tournament and n is the number of team played in this tournament. m is indicate the number of total combination and TC used to store the Transportation cost of combinations. I. Set p ← 1 min ← MAX_VALUE Best_Combination ← 1 II. Repeat while p ≤ m 1. Set i ← 1 2. Repeat while i ≤ n (a) Set sum← 0 D1 ← 0 D2 ← 0 j ← 1 (b) Repeat while j ˂ n (i) Set k ← 1 (ii) Repeat while k ≤ n/2 (A) If A[j][k][0] = i or A[j][k][1] = i then do a. If D1= 0 then set D1 ← k b. Set D2 ← k c. If D1 = D2 then set sum ← sum + 0 Otherwise set sum ← sum + 1 D1 ← D2 d. Go to step (b) (B) Set k ← k + 1 (iii) Set j ← j + 1 (c) Set TCT[i] ← sum (d) Set TC[p] ← TC[p] + sum (e) Set i ← i + 1 3. If min > TC[p] then set min ← TC[p] Best_Combination ← p 4. Set p ← p + 1 III. Return Best_Combination V CONCLUSION Using Cost constraint on various combinations of Hamilton path tournament design for n teams, we have selected the combination of teams and stadiums such that all teams have to travel minimum distance for whole tournament. As all the teams will travel minimum distance, so the cost of their transportation and other expenses associated with them will also be minimum. This algorithm
  • 4. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 2, Issue 6, June 2013 2094 www.ijarcet.org can be used to design tournaments in a cost effective manner and also if the teams will travel less, their performance will also increase. In future, time constraint can also be added to this algorithm. REFERENCES [1] Yoshiko T. Ikebe, Akihisa Tamura: Construction of Hamilton Path Tournament Designs. Graphs and Combinatorics (2011) 27:703–711 DOI 10.1007/s00373-010-0998-6 [2] de Werra, D.: Some models of graphs for scheduling sports competitions. Discrete Appl. Math. 21, 47–65 (1988) [3] de Werra, D., Ekim, T., Raess, C.: Construction of sports schedules with multiple venues. Discrete Appl. Math. 154, 47–58 (2006) [4] Gelling, E.N., Odeh, R.E.: On 1-factorizations of the complete graph and the relationship to roundrobin tournaments, Proc. Third Manitoba Conference on Numerical Math.,Winnipeg 213–221 (1973) [5] Ikebe, Y.T., Tamura, A.: On the existence of sports schedules with multiple venues. Discrete Appl. Math. 156, 1694–1710 (2008) 123 Graphs and Combinatorics (2011) 27:703–711 711 [6] . Lamken,E.R.,Vanstone, S.A.: Balanced tournament designs and related topics.Discrete Math. 77, 159– 176 (1989) [7] Nemhauser, G., Trick,M.: Scheduling a major college basketball conference. Oper. Res. 46, 1–8 (1998) [8] Russell, R.A., Urban, T.L.:Aconstraint-programming approach to themultiple-venue sport-scheduling problem. Comput. Oper. Res. 33, 1895–1906 (2006) [9] Schellenberg, P.J., van Rees, G.H.J., Vanstone, S.A.: The existence of balanced tournament design. Ars Combinatoria 3, 303–317 (1977) [10] Urban, T.L., Russell, R.A.: Scheduling sports competitions on multiple venues. European J. Oper. Res. 148, 302–311 (2003) 123 Trinetra Kumar Pathak is pursuing his Master of Engineering in Software Engineering from Thapar University. He has qualified Gate and is currently pursuing his six months thesis on Algorithms. Vinod Kumar Bhalla is working as Assistant Professor in Computer Science and Engineering Department, Thapar University, Patiala since 2001. He is taking courses of Object Oriented Programming, Analysis & Design, Software Engineering