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:
parent
39e1afecdd
commit
e827b4f2d7
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue