Struct vrp_core::solver::mutation::ExchangeInterRouteBest [−][src]
pub struct ExchangeInterRouteBest { /* fields omitted */ }Expand description
A local search operator which tries to exchange jobs in best way between different routes.
Implementations
Trait Implementations
impl Default for ExchangeInterRouteBest[src]
impl Default for ExchangeInterRouteBest[src]impl LocalOperator for ExchangeInterRouteBest[src]
impl LocalOperator for ExchangeInterRouteBest[src]fn explore(
&self,
_: &RefinementContext,
insertion_ctx: &InsertionContext
) -> Option<InsertionContext>[src]
fn explore(
&self,
_: &RefinementContext,
insertion_ctx: &InsertionContext
) -> Option<InsertionContext>[src]Applies local search operator to passed solution in order to explore possible small move in solution space which leads to a different solution. Read more
Auto Trait Implementations
impl RefUnwindSafe for ExchangeInterRouteBest
impl Send for ExchangeInterRouteBest
impl Sync for ExchangeInterRouteBest
impl Unpin for ExchangeInterRouteBest
impl UnwindSafe for ExchangeInterRouteBest
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,