pub fn solve(problem: &LpProblem) -> SolverResultExpand description
Solve an LP with default options. Includes problem.obj_offset in the returned objective.
Delegates to solve_lp_with.
pub fn solve(problem: &LpProblem) -> SolverResultSolve an LP with default options. Includes problem.obj_offset in the returned objective.
Delegates to solve_lp_with.