Trait good_lp::SolverModel[][src]

pub trait SolverModel<F> {
    type Solution: Solution<F>;
    type Error;
    fn with(self, constraint: Constraint<F>) -> Self;
fn solve(self) -> Result<Self::Solution, Self::Error>; }

Associated Types

Loading content...

Required methods

fn with(self, constraint: Constraint<F>) -> Self[src]

fn solve(self) -> Result<Self::Solution, Self::Error>[src]

Loading content...

Implementors

Loading content...