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