A minimum spanning tree based heuristic for the travelling salesman tour
journal contribution
posted on 2024-11-02, 21:39authored bySantosh KumarSantosh Kumar, Elias Munapo, Maseka Lesaoana, Philimon Nyamugure
This paper presents a heuristic to find the travelling salesman tour (TST) in a connected network. The approach first identifies a node and two associated arcs that are desirable for inclusion in the required TST. If we let this node be denoted by p and two selected arcs emanating from this node be denoted by (p,q)and(p,k), then we find a path joining the two nodes qandk passing through all the remaining nodes of the given network. A sum of these lengths, i.e. length of the links (p,q)and(p,k) along with the length of the path that joins the nodes qandk passing through all the remaining nodes will result in a feasible TST, hence gives an upper bound on the TST. A simple procedure is outlined to identify: (1) the node p, (2) the two corresponding links (p,q)and(p,k), and (3) the path joining the nodes qandk passing through all the remaining nodes. The approach is based on the minimum spanning tree; hence the complexity of the TST is reduced. The network in the present context has been assumed to be a connected network with at least two arcs emanating from each node.