smart-pch-tsp 0.1.0

Universal TSP path improver using PCH (Position-Candidate-Hypothesis) paradigm with statistical path synthesis.
Documentation
1
2
3
4
5
//! Algorithm implementations.

pub mod pch;

pub use pch::pch_improve;