pub fn get_route<S>(plan: &S, entity_idx: usize) -> Vec<usize>where S: VrpSolution,
Returns a cloned snapshot of the route for entity entity_idx.
entity_idx
Callers must pass a valid entity_idx for the current solution.