tsp_brute_test, a MATLAB code which calls tsp_brute(), which solves small versions of the traveling salesman problem (TSP), given a list of the coordinates of a set of cities, using brute force.
The information on this web page is distributed under the MIT license.
tsp_brute, a MATLAB code which solves small versions of the traveling salesman problem (TSP), given a list of the coordinates of a set of cities, using brute force.
att06, att09, att12, att24 are the first 6, 9, 12, and 24 cities in the AT&T 48 city dataset. They are provided as warmup for the full 48 challenge. The brute force approach was only tried on the smaller cases!