Struct vrp_core::solver::processing::post::AdvanceDeparture [−][src]
pub struct AdvanceDeparture {}Expand description
Provides way to reduce waiting time by advancing departure time.
Trait Implementations
impl Default for AdvanceDeparture[src]
impl Default for AdvanceDeparture[src]impl PostProcessing for AdvanceDeparture[src]
impl PostProcessing for AdvanceDeparture[src]fn process(&self, insertion_ctx: InsertionContext) -> InsertionContext[src]
fn process(&self, insertion_ctx: InsertionContext) -> InsertionContext[src]Applies post processing to given solution.
Auto Trait Implementations
impl RefUnwindSafe for AdvanceDeparture
impl Send for AdvanceDeparture
impl Sync for AdvanceDeparture
impl Unpin for AdvanceDeparture
impl UnwindSafe for AdvanceDeparture
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>,