Uses of Class
dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception.LPRuntimeException
-
Packages that use LPRuntimeException Package Description dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception -
-
Uses of LPRuntimeException in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception
Subclasses of LPRuntimeException in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception Modifier and Type Class Description class
LPDimensionNotMatched
This is the exception thrown when the dimensions of the objective function and constraints of a linear programming problem are inconsistent.class
LPEmptyCostVector
This is the exception thrown when there is no objective function in a linear programming problem.class
LPNoConstraint
This is the exception thrown when there is no linear constraint found for the LP problem.
-