Skip to main content

Crate smart_pch_tsp

Crate smart_pch_tsp 

Source
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.