tsp_brute_test


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.

Licensing:

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

Related Data and Programs:

tsp_brute, an Octave code which solves small versions of the traveling salesman problem (TSP), given a list of city locations, using brute force.

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. The brute force approach was only tried on the smaller cases!


Last revised on 16 June 2026.