pub struct ExchangeInterRouteRandom { /* private fields */ }Expand description
A local search operator which tries to exchange random jobs between different routes.
Implementations
Trait Implementations
sourceimpl Default for ExchangeInterRouteRandom
impl Default for ExchangeInterRouteRandom
sourceimpl LocalOperator for ExchangeInterRouteRandom
impl LocalOperator for ExchangeInterRouteRandom
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 ExchangeInterRouteRandom
impl Send for ExchangeInterRouteRandom
impl Sync for ExchangeInterRouteRandom
impl Unpin for ExchangeInterRouteRandom
impl UnwindSafe for ExchangeInterRouteRandom
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