[ project page | TSP | Solvers | Installation | Usage ]


What TSP solvers are implemented?

Here is an incomplete list:

Solver Description
Trivial Randomly choose two locations and swap them. If this results in a better route, keep it otherwise discard it.
Nearest Neighour
2-Opt
3-Opt
Ant System
Ant Colony System