Traveling Salesperson Problem (TSP)
Description
Basic infrastructure and some algorithms for the traveling
salespersion problem (TSP). The package provides some simple algorithms and
a interface to Concorde, the currently fastest TSP solver. The solver
itself is not included in the package and has to be obtained separately.
Note that the package currently only implements support for the symmetric
TSP.