|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface LpSolution
The interface represents the common part of various Linear Programming (LP) solutions, e.g., bounded optimal solutions, multiple solutions, unbounded LP.
| Method Summary | |
|---|---|
double |
min()
Get the minimum. |
ImmutableVector |
minimizer()
Get a minimizing vector. |
| Method Detail |
|---|
double min()
ImmutableVector minimizer()
In the case where the problem is unbounded, this minimizer is the same as the u vector on p.67 in "Michael C. Ferris, Olvi L. Mangasarian, Stephen J. Wright. "Linear Programming with MATLAB," Algorithm 3.1, Section 3, The Simplex Method."
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||