Function vrp_core::construction::enablers::get_route_intervals

source ยท
pub fn get_route_intervals(
    route: &Route,
    is_marker_activity: impl Fn(&Activity) -> bool,
) -> Vec<(usize, usize)>
Expand description

Returns intervals between vehicle terminal and marker job activities.