Struct vrp_core::solver::mutation::WeightedRuin [−][src]
pub struct WeightedRuin { /* fields omitted */ }Expand description
Provides the way to pick one ruin from the group ruin methods.
Implementations
impl WeightedRuin[src]
impl WeightedRuin[src]Trait Implementations
impl Ruin for WeightedRuin[src]
impl Ruin for WeightedRuin[src]fn run(
&self,
refinement_ctx: &RefinementContext,
insertion_ctx: InsertionContext
) -> InsertionContext[src]
fn run(
&self,
refinement_ctx: &RefinementContext,
insertion_ctx: InsertionContext
) -> InsertionContext[src]Ruins given solution and returns a new one with less jobs assigned.
Auto Trait Implementations
impl !RefUnwindSafe for WeightedRuin
impl Send for WeightedRuin
impl Sync for WeightedRuin
impl Unpin for WeightedRuin
impl !UnwindSafe for WeightedRuin
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,