Class LPUnbounded
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception.LPException
-
- dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception.LPUnbounded
-
- All Implemented Interfaces:
Serializable
public class LPUnbounded extends LPException
This is the exception thrown when the LP problem is unbounded.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
s
This is the pricing column that does not have an eligible row that passes the ratio test, hence the problem is unbounded.
-
Constructor Summary
Constructors Constructor Description LPUnbounded(int s)
Construct an instance ofLPUnbounded
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-