/* CVRP domain helpers for SolverForge.
Provides `ProblemData`, `MatrixDistanceMeter`, `MatrixIntraDistanceMeter`,
the `VrpSolution` trait, and the stock helpers behind
`#[planning_list_variable(domain = "cvrp")]`.
*/
pub use ;
pub use ;
pub use ProblemData;
pub use VrpSolution;