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:
parent
dd63599d2a
commit
0dff051c05
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue