Fixed javadoc link.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@797801 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e827b4f2d7
commit
2dc148477f
|
@ -70,7 +70,7 @@ public class SimplexSolver extends AbstractLinearOptimizer {
|
|||
/**
|
||||
* Returns the row with the minimum ratio as given by the minimum ratio test (MRT).
|
||||
* @param tableau simple tableau for the problem
|
||||
* @param col the column to test the ratio of. See {@link #getPivotColumn()}
|
||||
* @param col the column to test the ratio of. See {@link #getPivotColumn(SimplexTableau)}
|
||||
* @return row with the minimum ratio
|
||||
*/
|
||||
private Integer getPivotRow(final int col, final SimplexTableau tableau) {
|
||||
|
|
Loading…
Reference in New Issue