pub struct LpSolution<N: CddNumber = DefaultNumber> { /* private fields */ }Implementations§
Source§impl<N: CddNumber> LpSolution<N>
impl<N: CddNumber> LpSolution<N>
pub fn opt_value_real(&self) -> f64
Trait Implementations§
Auto Trait Implementations§
impl<N> Freeze for LpSolution<N>
impl<N> RefUnwindSafe for LpSolution<N>where
N: RefUnwindSafe,
impl<N = f64> !Send for LpSolution<N>
impl<N = f64> !Sync for LpSolution<N>
impl<N> Unpin for LpSolution<N>where
N: Unpin,
impl<N> UnsafeUnpin for LpSolution<N>
impl<N> UnwindSafe for LpSolution<N>where
N: UnwindSafe,
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