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