Uses of Class
dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.SimplexTable
-
-
Uses of SimplexTable 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 return SimplexTable Modifier and Type Method Description SimplexTable
FerrisMangasarianWrightPhase1. process()
Find a feasible table, if any.SimplexTable
FerrisMangasarianWrightScheme2. process()
Remove equalities and free variables, if possible.SimplexTable
SimplexTable. swap(int r, int s)
Perform a Jordan Exchange to swap rowr
with columns
.Constructors in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex with parameters of type SimplexTable Constructor Description FerrisMangasarianWrightPhase1(SimplexTable table)
Construct the phase 1 algorithm for an infeasible table corresponding to a non-standard linear programming problem, e.g., b ≥ 0.FerrisMangasarianWrightScheme2(SimplexTable table)
Construct the scheme 2 algorithm for a table with equalities and free variables.SimplexTable(SimplexTable table)
Copy constructor. -
Uses of SimplexTable 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 with parameters of type SimplexTable Modifier and Type Method Description SimplexPivoting.Pivot
NaiveRule. getPivot(SimplexTable table)
SimplexPivoting.Pivot
SimplexPivoting. getPivot(SimplexTable table)
Get the next pivot.int
NaiveRule. pricing(SimplexTable table)
This is pivot column selection (pricing) rule.int
SimplexPivoting. pricing(SimplexTable table)
This is pivot column selection (pricing) rule.int
SmallestSubscriptRule. pricing(SimplexTable table)
This is pivot column selection (pricing) rule.int
NaiveRule. ratioTest(SimplexTable table, int s)
This is pivot row selection (Ratio test) rule.int
SimplexPivoting. ratioTest(SimplexTable table, int s)
This is pivot row selection (Ratio test) rule. -
Uses of SimplexTable in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solution
Fields in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solution declared as SimplexTable Modifier and Type Field Description protected SimplexTable
LPUnboundedMinimizer. table
Methods in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solution that return SimplexTable Modifier and Type Method Description SimplexTable
LPBoundedMinimizer. getResultantTableau()
SimplexTable
LPSimplexMinimizer. getResultantTableau()
Get the solution simplex table as a result of solving a linear programming problem.SimplexTable
LPUnboundedMinimizer. getResultantTableau()
Constructors in dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solution with parameters of type SimplexTable Constructor Description LPBoundedMinimizer(SimplexTable table)
Constructs the solution for a bounded linear programming problem.LPUnboundedMinimizer(SimplexTable table, int lambdaCol)
Construct the solution for an unbounded linear programming problem.LPUnboundedMinimizerScheme2(SimplexTable table, int lambdaCol)
Construct the solution for an unbounded linear programming problem as a result of applying scheme 2. -
Uses of SimplexTable 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 with parameters of type SimplexTable Modifier and Type Method Description LPSimplexSolution
FerrisMangasarianWrightPhase2. solve(SimplexTable table)
LPSimplexSolution
LPSimplexSolver. solve(SimplexTable table)
Solve an LP problem by a simplex algorithm on a simplex tableLPSimplexSolution
LPTwoPhaseSolver. solve(SimplexTable table)
-
Uses of SimplexTable in dev.nm.solver.multivariate.constrained.integer.linear.cuttingplane
Methods in dev.nm.solver.multivariate.constrained.integer.linear.cuttingplane that return SimplexTable Modifier and Type Method Description SimplexTable
GomoryMixedCutMinimizer.MyCutter. cut(SimplexTable table)
SimplexTable
GomoryPureCutMinimizer.MyCutter. cut(SimplexTable table)
SimplexTable
SimplexCuttingPlaneMinimizer.CutterFactory.Cutter. cut(SimplexTable table)
Cut a simplex table.Methods in dev.nm.solver.multivariate.constrained.integer.linear.cuttingplane with parameters of type SimplexTable Modifier and Type Method Description SimplexTable
GomoryMixedCutMinimizer.MyCutter. cut(SimplexTable table)
SimplexTable
GomoryPureCutMinimizer.MyCutter. cut(SimplexTable table)
SimplexTable
SimplexCuttingPlaneMinimizer.CutterFactory.Cutter. cut(SimplexTable table)
Cut a simplex table.
-