Struct vrp_core::solver::search::ExchangeInterRouteBest
source · pub struct ExchangeInterRouteBest { /* private fields */ }Expand description
A local search operator which tries to exchange jobs in best way between different routes.
Implementations§
Trait Implementations§
source§impl Default for ExchangeInterRouteBest
impl Default for ExchangeInterRouteBest
source§impl LocalOperator for ExchangeInterRouteBest
impl LocalOperator for ExchangeInterRouteBest
source§fn explore(
&self,
_: &RefinementContext,
insertion_ctx: &InsertionContext
) -> Option<InsertionContext>
fn explore( &self, _: &RefinementContext, insertion_ctx: &InsertionContext ) -> Option<InsertionContext>
Applies local search operator to passed solution in order to explore possible
small move in solution space which leads to a different solution.