Class QPInfeasible
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.QPException
-
- dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.QPInfeasible
-
- All Implemented Interfaces:
Serializable
public class QPInfeasible extends QPException
This is the exception thrown by a quadratic programming solver when the quadratic programming problem is infeasible, i.e., no solution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QPInfeasible()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-