tsp_random_test


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.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

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.

Source Code:

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.


Last revised on 15 June 2026.