Struct vrp_core::solver::objectives::TotalDuration
source · [−]pub struct TotalDuration;Expand description
An objective function for total duration minimization as a target.
Implementations
sourceimpl TotalDuration
impl TotalDuration
sourcepub fn minimize() -> TargetObjective
pub fn minimize() -> TargetObjective
Creates an objective to minimize total duration.
Auto Trait Implementations
impl RefUnwindSafe for TotalDuration
impl Send for TotalDuration
impl Sync for TotalDuration
impl Unpin for TotalDuration
impl UnwindSafe for TotalDuration
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