scispace - formally typeset
Search or ask a question

Showing papers on "Greedy algorithm published in 1970"


01 Jan 1970
TL;DR: In this article, a branch and bound algorithm for the traveling salesman problem is presented, which gives a good approximation to the solution for a large number of cities using reasonable computer time and will converge to the exact solution if allowed to continue.
Abstract: The traveling salesman problem may be stated as follows: "A salesman is required to visit each of n given cities once and only once, starting from any city and returning to the original place of departure. What route should be chosen in order to minimize the total distance traveled?'' ii A new algorithm is developed which gives a good approximation to the solution for a large number of cities using reasonable computer time and which will converge to the exact solution if allowed to continue. This algorithm is a branch and bound technique which utilizes the distance between cities in its bounding procedure. The bookkeeping scheme for the algorithm is such that only the partial solution along with those routes currently being checked need be retained in memory. The branching technique requires that only one row of the distance matrix be in memory at any time. The algorithm is demonstrated using a four-city problem and a formal statement is given. Computational results from computer implementation of the algorithm are given, including three realistic problems from the printed circuit industry.