Struct vrp_core::solver::mutation::RecreateWithCheapest [−][src]
pub struct RecreateWithCheapest { /* fields omitted */ }Expand description
A recreate method which is equivalent to cheapest insertion heuristic.
Trait Implementations
fn run(
&self,
refinement_ctx: &RefinementContext,
insertion_ctx: InsertionContext
) -> InsertionContext
fn run(
&self,
refinement_ctx: &RefinementContext,
insertion_ctx: InsertionContext
) -> InsertionContext
Recreates a new solution from the given.