pub enum LpObjective {
Minimize,
Maximize,
}Expand description
Optimization sense
Variants§
Trait Implementations§
Source§impl Clone for LpObjective
impl Clone for LpObjective
Source§fn clone(&self) -> LpObjective
fn clone(&self) -> LpObjective
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LpObjective
impl Debug for LpObjective
Source§impl PartialEq for LpObjective
impl PartialEq for LpObjective
impl Copy for LpObjective
impl Eq for LpObjective
impl StructuralPartialEq for LpObjective
Auto Trait Implementations§
impl Freeze for LpObjective
impl RefUnwindSafe for LpObjective
impl Send for LpObjective
impl Sync for LpObjective
impl Unpin for LpObjective
impl UnwindSafe for LpObjective
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more