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