pub enum ObjSense {
Minimize = -1,
Maximize = 1,
}Expand description
Enum representing the objective sense for optimization.
Variants§
Trait Implementations§
impl Copy for ObjSense
impl Eq for ObjSense
impl StructuralPartialEq for ObjSense
Auto Trait Implementations§
impl Freeze for ObjSense
impl RefUnwindSafe for ObjSense
impl Send for ObjSense
impl Sync for ObjSense
impl Unpin for ObjSense
impl UnwindSafe for ObjSense
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