pub fn distance<S>(plan: &S, i: usize, j: usize) -> i64where S: VrpSolution,
Distance between two element indices using the first vehicle’s data pointer.