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.