Struct vrp_core::solver::search::CloseRouteRemoval
source · pub struct CloseRouteRemoval { /* private fields */ }Expand description
Removes a few random, close to each other, routes from solution.
Implementations§
source§impl CloseRouteRemoval
impl CloseRouteRemoval
sourcepub fn new(limits: RemovalLimits) -> Self
pub fn new(limits: RemovalLimits) -> Self
Creates a new instance of CloseRouteRemoval.
Trait Implementations§
source§impl Ruin for CloseRouteRemoval
impl Ruin for CloseRouteRemoval
source§fn run(
&self,
_refinement_ctx: &RefinementContext,
insertion_ctx: InsertionContext
) -> InsertionContext
fn run( &self, _refinement_ctx: &RefinementContext, insertion_ctx: InsertionContext ) -> InsertionContext
Ruins given solution and returns a new one with less jobs assigned.