tsp_brute_test, an Octave code which calls tsp_brute(), which solves small versions of the traveling salesperson problem (TSP), using brute force.
The information on this web page is distributed under the MIT license.
tsp_brute, an Octave code which reads a file of city-to-city distances and solves the traveling salesperson problem (TSP), using brute force.