Module tsp_solver

Source
Expand description

Main module containing all tsp specific aspect of the API.

Functionsยง

duration_to_ms
From a std::time::Duration object compute the elapsed microseconds.
solve_tsp
Compute an route that for the traveling-salesman-problem defined by the distance matrix.