walky 1.1.0

A TSP solver written in Rust
Documentation
1
2
3
4
//! This is an umbrella module for all kinds of approximate TSP solvers.
pub mod christofides;
pub mod matching;
pub mod nearest_neighbour;