Struct good_lp::solvers::coin_cbc::CoinCbcSolution[][src]

pub struct CoinCbcSolution<F> { /* fields omitted */ }

A coin-cbc problem solution

Implementations

impl<F> CoinCbcSolution<F>[src]

pub fn model(&self) -> &Model[src]

Returns the inner Coin-Cbc model

Trait Implementations

impl<F> Solution<F> for CoinCbcSolution<F>[src]

Auto Trait Implementations

impl<F> RefUnwindSafe for CoinCbcSolution<F> where
    F: RefUnwindSafe
[src]

impl<F> !Send for CoinCbcSolution<F>[src]

impl<F> !Sync for CoinCbcSolution<F>[src]

impl<F> Unpin for CoinCbcSolution<F> where
    F: Unpin
[src]

impl<F> UnwindSafe for CoinCbcSolution<F> where
    F: UnwindSafe
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.