pub fn replace_route<S: VrpSolution>( plan: &mut S, entity_idx: usize, route: Vec<usize>, )
Replaces the current route for entity entity_idx.
entity_idx
Callers must pass a valid entity_idx for the current solution.