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
sourceimpl Default for ExchangeInterRouteBest
impl Default for ExchangeInterRouteBest
sourceimpl LocalOperator for ExchangeInterRouteBest
impl LocalOperator for ExchangeInterRouteBest
sourcefn 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. 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more