Package dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.pivoting
-
Interface Summary Interface Description SimplexPivoting A simplex pivoting finds a row and column to exchange to reduce the cost function. -
Class Summary Class Description NaiveRule This pivoting rule chooses the column with the most negative reduced cost.SimplexPivoting.Pivot the pivotSmallestSubscriptRule Bland's smallest-subscript rule is for anti-cycling in choosing a pivot.