|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.optimization.constrained.linearprogramming.simplex.standard.LpUnboundedSolution
public class LpUnboundedSolution
This class represents a solution to an unbounded Linear Programming (LP) problem.
| Constructor Summary | |
|---|---|
LpUnboundedSolution(LpSolver phase2)
Construct the solution for an unbounded LP problem. |
|
| Method Summary | |
|---|---|
double |
min()
Get the minimum. |
ImmutableVector |
minimizer()
This is the same as the u vector, such that the direction of arbitrarily negative can be computed by adjusting λ. |
ImmutableVector |
v()
When the problem is unbounded, the direction of arbitrarily negative can be computed by adjusting λ. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LpUnboundedSolution(LpSolver phase2)
phase2 - the solver that generates the solution| Method Detail |
|---|
public double min()
LpSolution
min in interface LpSolutionpublic ImmutableVector minimizer()
u + λv
minimizer in interface LpSolutionpublic ImmutableVector v()
u + λv
u = minimizer()
This is only meaningful in the case where the problem is unbounded.
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||