Struct vrp_core::solver::mutation::WeightedRuin [−][src]
pub struct WeightedRuin { /* fields omitted */ }Expand description
Provides the way to pick one ruin from the group ruin methods.
Implementations
Trait Implementations
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.