Struct vrp_core::solver::search::RecreateWithNearestNeighbor
source · pub struct RecreateWithNearestNeighbor { /* private fields */ }Expand description
A recreate strategy which solution using nearest neighbor algorithm.
Implementations§
Trait Implementations§
source§impl Recreate for RecreateWithNearestNeighbor
impl Recreate for RecreateWithNearestNeighbor
source§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.