CPSolver.Examples.TSP (Fixpoint v0.10.2)
Summary
Functions
The Traveling Salesman problem. Given:
- a set of n locations;
- for each pair of locations, a distance between them.
Find the shortest possible route that visits each location exactly once and returns to the origin location.
Wikipedia