tsp_random_test, an Octave code which calls tsp_random(), which seeks a solution of the Traveling Salesperson Problem (TSP), by accepting a list of city coordinates, and randomly generating round trips that visit every city, returning the shortest tour found.
The information on this web page is distributed under the MIT license.
tsp_random, an Octave code which seeks a solution of the Traveling Salesperson Problem (TSP), by accepting a list of city coordinates, and randomly generating round trips that visit every city, returning the shortest tour found.
att06, att12, att24 are the first 6, 12, and 24 cities in the AT&T 48 city dataset. They are provided as warmup exercises for the full 48 challenge.