Abstract
AbstractThe Steiner traveling salesman problem (StTSP) is a variant of the classical traveling salesman problem (TSP). In the StTSP, we are given a graph with edge distances, and a set of terminal nodes, which are a subset of all nodes. The goal is to find a minimum distance closed walk to visit each terminal node at least once. Two recent articles proposed solution approaches to the problem, namely, on the exact side, Letchford et al. proposed compact integer linear programming models, and on the heuristic side, Interian and Ribeiro proposed greedy randomized adaptive search procedure, enhanced with a local search. Using the exact approach, instances with up to 250 nodes could be solved to optimality, with runtimes up to 1400 seconds, and the heuristic approach was used to tackle instances with up to 3353 nodes, with runtimes up to 8500 seconds. In this note, we show that by transforming the problem to the classical TSP, and using a state‐of‐the‐art TSP solver, all instances from the literature can be solved to optimality within 20 seconds, most of them within a second. We provide optimal solution values for 14 instances, where the optimal solution was not known.
Published Version
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have