Expand description
Universal TSP path improver using the PCH (Position-Candidate-Hypothesis) paradigm.
PCH can improve ANY existing TSP path from ANY algorithm.
Works with any type that implements the Point trait.
Re-exports§
pub use algorithms::pch_improve;pub use core::City;pub use core::Point;
Modules§
- algorithms
- Algorithm implementations.
- core
- Core data structures and traits.