Uses of Package
dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception
-
Classes in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception used by dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception Class Description LPException This is the exception thrown when there is any problem when solving a linear programming problem.LPRuntimeException This is the exception thrown when there is any problem when constructing a linear programming problem. -
Classes in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception used by dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex Class Description LPInfeasible This is the exception thrown when the LP problem is infeasible, i.e., no solution.LPUnbounded This is the exception thrown when the LP problem is unbounded. -
Classes in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception used by dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.pivoting Class Description LPUnbounded This is the exception thrown when the LP problem is unbounded. -
Classes in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception used by dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solver Class Description LPInfeasible This is the exception thrown when the LP problem is infeasible, i.e., no solution.LPUnbounded This is the exception thrown when the LP problem is unbounded.