tsp_brute_test


tsp_brute_test, a bash code which calls tsp_brute(), which uses a brute-force search to solve a small traveling salesperson problem (TSP).

Licensing:

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

Related Data and Programs:

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.

Source Code:


Last revised on 10 November 2018.