Struct vrp_core::solver::mutation::DecomposeSearch [−][src]
pub struct DecomposeSearch { /* fields omitted */ }Expand description
A mutation which decomposes original solution into multiple partial solutions, preforms search independently, and then merges partial solution back into one solution.
Implementations
Trait Implementations
fn mutate(
&self,
refinement_ctx: &RefinementContext,
insertion_ctx: &InsertionContext
) -> InsertionContext
fn mutate(
&self,
refinement_ctx: &RefinementContext,
insertion_ctx: &InsertionContext
) -> InsertionContext
Mutates passed insertion context.