pub enum LpStatus {
Undecided,
Optimal,
Inconsistent,
DualInconsistent,
StructuralInconsistent,
StructuralDualInconsistent,
Unbounded,
DualUnbounded,
}Variants§
Undecided
Optimal
Inconsistent
DualInconsistent
StructuralInconsistent
StructuralDualInconsistent
Unbounded
DualUnbounded
Trait Implementations§
impl Copy for LpStatus
impl Eq for LpStatus
impl StructuralPartialEq for LpStatus
Auto Trait Implementations§
impl Freeze for LpStatus
impl RefUnwindSafe for LpStatus
impl Send for LpStatus
impl Sync for LpStatus
impl Unpin for LpStatus
impl UnsafeUnpin for LpStatus
impl UnwindSafe for LpStatus
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