added missing javadoc parameter

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@809725 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-08-31 20:12:54 +00:00
parent dd63599d2a
commit 0dff051c05
1 changed files with 2 additions and 0 deletions

View File

@ -286,6 +286,8 @@ class SimplexTableau implements Serializable {
/**
* Checks whether the given column is basic.
* @param col index of the column to check
* @param ignoreObjectiveRows if true ignore the first rows which correspond
* to objective functions
* @return the row that the variable is basic in. null if the column is not basic
*/
private Integer getBasicRow(final int col, boolean ignoreObjectiveRows) {