/* CVRP domain helpers for SolverForge.
Provides `ProblemData`, `MatrixDistanceMeter`, `MatrixIntraDistanceMeter`,
the `VrpSolution` trait, and a suite of free functions for Clarke-Wright
and k-opt construction phases.
*/
pub use ;
pub use ;
pub use ProblemData;
pub use VrpSolution;