|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Abstract interface to linear programming algorithms.
| Method Summary | |
double |
getObjectiveValue()
Returns the optimized value of the objective function. |
VectorI |
getSolution()
Returns the solution vector. |
void |
setProblem(ProblemI problem)
Sets the problem to solve. |
double |
solve()
Find the solution that optimizes the objective function. |
| Method Detail |
public void setProblem(ProblemI problem)
throws InvalidException
public double solve()
throws NoSolutionException,
UnboundedException,
InfeasibleException,
ConvergenceException,
ScaleException,
InvalidException
public double getObjectiveValue()
throws NoSolutionException
public VectorI getSolution()
throws NoSolutionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||