//! 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.
pubmodalgorithms;pubmodcore;pubusealgorithms::pch_improve;pubusecore::{City, Point};