[][src]Function slp::parser::parse_lp_problem

pub fn parse_lp_problem<N>(input: &str) -> Result<LpProblem<N>, Error<Rule>> where
    N: Number,
    N::Err: Debug

Parses LP Problem from given input.