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 SimplexTable
FerrisMangasarianWrightScheme2. 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.Pivot
NaiveRule. getPivot(SimplexTable table)
SimplexPivoting.Pivot
SimplexPivoting. 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 Vector
LPRevisedSimplexSolver. findFeasiblePoint(Matrix A, Vector b)
-