tsp, a Python code which seeks the shortest round trip visiting every city on a list, the traveling salesperson problem (TSP). The original MATLAB version was written by Cleve Moler.
The code depends in part on randomization, and so the results are likely to vary each time it is run. Moler reports that the shortest itinerary he found had a length of 10818 miles, and is likely an optimum circuit.
The information on this web page is distributed under the MIT license.