Uses of Class
dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception.LPException
-
Packages that use LPException Package Description dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception -
-
Uses of LPException in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception
Subclasses of LPException in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception Modifier and Type Class Description class
LPInfeasible
This is the exception thrown when the LP problem is infeasible, i.e., no solution.class
LPUnbounded
This is the exception thrown when the LP problem is unbounded.
-