Abstract

A traveling salesman problem (TSP) is a problem whereby the salesman starts from an origin node and returns to it in such a way that every node in the network of nodes is visited once and that the total distance travelled is minimized. An efficient algorithm for the TSP is believed not to exist. The TSP is classified as NP-hard and coming up with an efficient solution for it will imply NP = P . The paper presents a dummy guided formulation for the traveling salesman problem. To do this, all sub-tours in a traveling salesman problem (TSP) network are eliminated using the minimum number of constraints possible. Since a minimum of three nodes are required to form a sub-tour, the TSP network is partitioned by means of vertical and horizontal lines in such a way that there are no more than three nodes between either the vertical lines or horizontal lines. In this paper, a set of all nodes between any pair of vertical lines or horizontal lines is called a block. Dummy nodes are used to connect one block to the next one. The reconstructed TSP is then used to formulate the TSP as an integer linear programming problem (ILP). With branching related algorithms, there is no guarantee that numbers of sub-problems will not explode to unmanageable levels. Heuristics or approximating algorithms that are sometimes used to make quick decisions for practical TSP models have serious economic challenges. The difference between the exact solution and the approximated one in terms of money is very big for practical problems such as delivering household letters using a single vehicle in Beijing, Tokyo, Washington, etc. The TSP model has many industrial applications such as drilling of printed circuit boards (PCBs), overhauling of gas turbine engines, X-Ray crystallography, computer wiring, order-picking problem in warehouses, vehicle routing, mask plotting in PCB production, etc.

Highlights

  • Network reconstruction is not a new idea

  • 3 dummy nodes are used to force the traveling salesman to move from one block to the one and another 3 dummy nodes are constructed from the horizontal line

  • The traveling salesman problem (TSP) network diagram was partitioned into blocks by means of vertical and horizontal lines

Read more

Summary

Introduction

Network reconstruction is not a new idea It was used in [1] to solve the traveling salesman problem. The TSP network diagram was reconstructed in such a way that the sub-tours are eliminated. The fact that a minimum of three nodes are needed to form a sub-tour is used to eliminate all sub-tours when reconstructing the TSP network model. Vertical and horizontal lines are used to partition the TSP network problem so that there are no more than three nodes between either the vertical lines or horizontal lines. Any TSP network problem can be put in any form one may wish. This TSP network model can have any number of nodes. Mathematics and cybernetics – applied aspects problem in warehouses, vehicle routing, mask plotting in PCB production, etc

Literature review and problem statement
The aim and objectives of the study
TSP network properties
LP Formulation of TSP network diagram with dummies
Discussion of the solution method for TSP
Conclusions

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.