Struct vrp_core::solver::search::RecreateWithSkipRandom
source · pub struct RecreateWithSkipRandom { /* private fields */ }Expand description
A recreate method which skips random jobs and routes.
Implementations§
Trait Implementations§
source§impl Recreate for RecreateWithSkipRandom
impl Recreate for RecreateWithSkipRandom
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.