pub struct RandomRouteRemoval { /* private fields */ }Expand description
A ruin strategy which removes random route from solution.
Implementations
Trait Implementations
sourceimpl Default for RandomRouteRemoval
impl Default for RandomRouteRemoval
sourceimpl Ruin for RandomRouteRemoval
impl Ruin for RandomRouteRemoval
sourcefn run(
&self,
_refinement_ctx: &RefinementContext,
insertion_ctx: InsertionContext
) -> InsertionContext
fn run(
&self,
_refinement_ctx: &RefinementContext,
insertion_ctx: InsertionContext
) -> InsertionContext
Ruins given solution and returns a new one with less jobs assigned.
Auto Trait Implementations
impl RefUnwindSafe for RandomRouteRemoval
impl Send for RandomRouteRemoval
impl Sync for RandomRouteRemoval
impl Unpin for RandomRouteRemoval
impl UnwindSafe for RandomRouteRemoval
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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