public class LpSolver
| Modifier and Type | Method and Description |
|---|---|
static LpSolution |
solve(LpProblem problem)
Solve linear programming problem.
|
public static LpSolution solve(LpProblem problem)
Solve linear programming problem.
This function handles encoding the problem into internal state and decoding a solution back. Actual work is done below.