Abstract
This paper presents solutions to symmetric, asymmetric, and multiple traveling salesman problems. In the symmetric traveling salesman problem, one salesperson must go to five cities, making precisely one stop at each location. A matrix with the distances between each city is provided. Using the branch and bound algorithm and expressing it in Python, the final result is obtained. The formulations of the asymmetric traveling salesman problem and the multiple traveling salesman problem are demonstrated in the paper. The asymmetric problem in the paper is solved by transforming the asymmetric traveling salesman problem into a symmetric traveling salesman problem; then, the branch and bound algorithm has been applied to solve the problem. In the multiple traveling salesman problem, three salesmen are required to visit seven cities in total, each of which is only visited by one salesperson once. Each city is a point in an x-y plane, and the coordinates of all points are given in a graph. By formulating the MTSP problem with an assignment-based double-index integer programming and applying the constraints, the outcome is derived from Python code within a few seconds.
Publisher
Darcy & Roy Press Co. Ltd.
Reference11 articles.
1. Padberg, M. and Rinaldi, G., “Optimization of a 532-City Symmetric Traveling Salesman Problem by Branch and Cut.” Operations Research Letters, vol. 6, no. 1, 1–7 (1087).
2. Knox, J. “Tabu Search Performance on the Symmetric Traveling Salesman Problem.” Computers & Operations Research, vol. 21, no. 8, 867–876 (1984).
3. Lim, Y. F., Hong, P. Y., Ramli, R., and Khalid, R., "An improved tabu search for solving symmetric traveling salesman problems," 2011 IEEE Colloquium on Humanities, Science and Engineering, 851-854 (2011).
4. Carpaneto, G., et al. “Exact Solution of Large-Scale, Asymmetric Traveling Salesman Problems.” ACM Transactions on Mathematical Software, vol. 21, no. 4, 394–409 (1995).
5. Ascheuer, N., Jünger, M. and Reinelt, G. “A Branch & Cut Algorithm for the Asymmetric Traveling Salesman Problem with Precedence Constraints.” Computational Optimization and Applications 17, 61–84 (2000).
Cited by
1 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献