Log Policy
This page maintains a log of entered data and returned results. The log data is treated as confidential, and is used only to debug and improve the page. The oldest data in the log is purged regularly to keep its size reasonably small.
The Euclidean traveling salesman problem is:
The optimal path algorithm is based on the outline in Appendix B of:Given a number of points located in a plane, find the shortest path, consisting of straight lines connecting pairs of points, that visits each point exactly once and returns to the starting point.
Computer Solutions of the Traveling Salesman problem
Shen Lin
Bell System Technical Journal 44(1965), pp. 2245-2269
See the download page for
source code for the optimal path calculator (based on Shen Lin's algorithm).