Uses of Class
org.apache.commons.math3.optimization.linear.SimplexTableau
Packages that use SimplexTableau
Package
Description
This package provides optimization algorithms for linear constrained problems.
-
Uses of SimplexTableau in org.apache.commons.math3.optimization.linear
Methods in org.apache.commons.math3.optimization.linear with parameters of type SimplexTableauModifier and TypeMethodDescriptionprotected void
SimplexSolver.doIteration
(SimplexTableau tableau) Deprecated.Runs one iteration of the Simplex method on the given model.private Integer
SimplexSolver.getPivotColumn
(SimplexTableau tableau) Deprecated.Returns the column with the most negative coefficient in the objective function row.private Integer
SimplexSolver.getPivotRow
(SimplexTableau tableau, int col) Deprecated.Returns the row with the minimum ratio as given by the minimum ratio test (MRT).protected void
SimplexSolver.solvePhase1
(SimplexTableau tableau) Deprecated.Solves Phase 1 of the Simplex method.