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 classLPInfeasibleThis is the exception thrown when the LP problem is infeasible, i.e., no solution.classLPUnboundedThis is the exception thrown when the LP problem is unbounded.
-