Dropped reference to non-existent method.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@797800 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2009-07-25 17:21:28 +00:00
parent 39e1afecdd
commit e827b4f2d7
1 changed files with 1 additions and 3 deletions

View File

@ -314,9 +314,7 @@ class SimplexTableau implements Serializable {
/**
* Get the current solution.
* <p>
* {@link #solve} should be called first for this to be the optimal solution.
* </p>
*
* @return current solution
*/
protected RealPointValuePair getSolution() {