pub struct TotalCost;Expand description
An objective function for total cost minimization as a target.
Implementations
sourceimpl TotalCost
impl TotalCost
sourcepub fn minimize() -> TargetObjective
pub fn minimize() -> TargetObjective
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
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