An Algorithm for the Traveling Salesman Problem

John D. C. Little,Katta G. Murty,Dura W. Sweeney,Caroline Karel
DOI: https://doi.org/10.1287/opre.11.6.972
IF: 2.7
1963-12-01
Operations Research
Abstract:A “branch and bound” algorithm is presented for solving the traveling salesman problem. The set of all tours (feasible solutions) is broken up into increasingly small subsets by a procedure called branching. For each subset a lower bound on the length of the tours therein is calculated. Eventually, a subset is found that contains a single tour whose length is less than or equal to some lower bound for every tour. The motivation of the branching and the calculation of the lower bounds are based on ideas frequently used in solving assignment problems. Computationally, the algorithm extends the size of problem that can reasonably be solved without using methods special to the particular problem.
management,operations research & management science
What problem does this paper attempt to address?