Traveling salesman problem looks simple but it is an important combinatorial problem. This paper proposes a new hybrid scheme to find the shortest distance of tour in which each city is visited exactly one time, with the return back to the starting city. Traveling salesman problem is solved using multilevel graph partitioning approach. Although traveling salesman problem itself is a very difficult problem as it belongs to the NP-Complete problem class, yet one of the best possible solution is proposed using multilevel graph partitioning which also belongs to the NP-Complete problem class. To reduce the complexity, k-mean partitioning algorithm is used which divides the main problem into multiple partitions. Then solving each partition separately and thus finally improving the solution for overall tours by applying Lin Kernighan algorithm. From all of this analysis, an optimal solution is produced which tends to solve travelling salesman problem and could be used in more advance and complex applications.
[1]
C. Walshaw.
A Multilevel Lin-Kernighan-Helsgaun Algorithm for the Travelling Salesman Problem
,
2001
.
[2]
Advances in Neural Networks - ISNN 2011 - 8th International Symposium on Neural Networks, ISNN 2011, Guilin, China, May 29-June 1, 2011, Proceedings, Part III
,
2011,
ISNN.
[3]
Bernd A. Berg,et al.
Markov chain monte carlo simulations and their statistical analysis: with web-based fortran code
,
2004
.
[4]
David S. Johnson,et al.
The Traveling Salesman Problem: A Case Study in Local Optimization
,
2008
.
[5]
Christos H. Papadimitriou,et al.
The Euclidean Traveling Salesman Problem is NP-Complete
,
1977,
Theor. Comput. Sci..
[6]
Chris Walshaw,et al.
A Multilevel Approach to the Travelling Salesman Problem
,
2002,
Oper. Res..