Skip to main content

set

Function set 

Source
pub fn set<S>(plan: &mut S, entity_idx: usize, route: Vec<usize>)
where S: VrpSolution,
Expand description

Replaces the current route for entity entity_idx.

Callers must pass a valid entity_idx for the current solution.