[−][src]Trait vrp_core::refinement::selection::Selection
Provides the way to select solution for next iteration.
Required methods
fn select(&self, refinement_ctx: &mut RefinementContext) -> InsertionContext
Selects solution from given refinement_ctx.