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