tsp_brute_test, an Octave code which calls tsp_brute(), which solves small versions of the traveling salesman problem (TSP), given a list of city locations, using brute force.
The information on this web page is distributed under the MIT license.
tsp_brute, an Octave code which solves small versions of the traveling salesman problem (TSP), given a list of city locations, using brute force.
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. The brute force approach was only tried on the smaller cases!