|
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.Objectjava.lang.Throwable
java.lang.Exception
com.numericalmethod.suanshu.optimization.constrained.linearprogramming.problem.LpProblem.LpException
com.numericalmethod.suanshu.optimization.constrained.linearprogramming.problem.LpProblem.Unbounded
public static class LpProblem.Unbounded
| Field Summary | |
|---|---|
int |
s
the pricing column that does not have a corresponding row that passes the ratio test, hence problem unbounded |
| Constructor Summary | |
|---|---|
LpProblem.Unbounded(int s)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final int s
| Constructor Detail |
|---|
public LpProblem.Unbounded(int s)
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||