Struct vrp_core::solver::search::RecreateWithCheapest
source · pub struct RecreateWithCheapest { /* private fields */ }Expand description
A recreate method which is equivalent to cheapest insertion heuristic.
Implementations§
Trait Implementations§
source§impl Recreate for RecreateWithCheapest
impl Recreate for RecreateWithCheapest
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.