tsp_brute_test, a bash code which calls tsp_brute(), which uses a brute-force search to solve a small traveling salesperson problem (TSP).
The computer code and data files described and made available on this web page are distributed under the MIT license
tsp_brute, a FORTRAN90 code which reads a file of city-to-city distances and solves small versions of the traveling salesperson problem (TSP), using brute force.