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