pub struct RandomJobRemoval { /* private fields */ }Expand description
A ruin strategy which removes random jobs from solution.
Implementations
sourceimpl RandomJobRemoval
impl RandomJobRemoval
sourcepub fn new(limits: RuinLimits) -> Self
pub fn new(limits: RuinLimits) -> Self
Creates a new instance of RandomJobRemoval.
Trait Implementations
sourceimpl Default for RandomJobRemoval
impl Default for RandomJobRemoval
sourceimpl Ruin for RandomJobRemoval
impl Ruin for RandomJobRemoval
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 RandomJobRemoval
impl Send for RandomJobRemoval
impl Sync for RandomJobRemoval
impl Unpin for RandomJobRemoval
impl UnwindSafe for RandomJobRemoval
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