Class LPInfeasible
- 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.LPInfeasible
-
- All Implemented Interfaces:
Serializable
public class LPInfeasible extends LPException
This is the exception thrown when the LP problem is infeasible, i.e., no solution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LPInfeasible()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-