Uses of Class
dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.exception.LPUnbounded
-
-
Uses of LPUnbounded in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex
Methods in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex that throw LPUnbounded Modifier and Type Method Description SimplexTableFerrisMangasarianWrightScheme2. process()Remove equalities and free variables, if possible. -
Uses of LPUnbounded in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.pivoting
Methods in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.pivoting that throw LPUnbounded Modifier and Type Method Description SimplexPivoting.PivotNaiveRule. getPivot(SimplexTable table)SimplexPivoting.PivotSimplexPivoting. getPivot(SimplexTable table)Get the next pivot. -
Uses of LPUnbounded in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solver
Methods in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solver that throw LPUnbounded Modifier and Type Method Description VectorLPRevisedSimplexSolver. findFeasiblePoint(Matrix A, Vector b)
-