Struct vrp_core::solver::mutation::DecomposeSearch [−][src]
pub struct DecomposeSearch { /* fields omitted */ }Expand description
A mutation which decomposes original solution into multiple partial solutions, preforms search independently, and then merges partial solution back into one solution.
Implementations
impl DecomposeSearch[src]
impl DecomposeSearch[src]Trait Implementations
impl Mutation for DecomposeSearch[src]
impl Mutation for DecomposeSearch[src]fn mutate(
&self,
refinement_ctx: &RefinementContext,
insertion_ctx: &InsertionContext
) -> InsertionContext[src]
fn mutate(
&self,
refinement_ctx: &RefinementContext,
insertion_ctx: &InsertionContext
) -> InsertionContext[src]Mutates passed insertion context.
Auto Trait Implementations
impl !RefUnwindSafe for DecomposeSearch
impl Send for DecomposeSearch
impl Sync for DecomposeSearch
impl Unpin for DecomposeSearch
impl !UnwindSafe for DecomposeSearch
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>,