//! A collection of models to represent problem and solution in Vehicle Routing Problem domain.
pub(crate)constOP_START_MSG:&str="Optional start is not yet implemented.";pubmodcommon;moddomain;pubuseself::domain::*;/// TODO avoid it in production code
#[doc(hidden)]pubmodexamples;pubmodproblem;pubmodsolution;