You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2009/07/25 19:21:29 UTC

svn commit: r797800 - /commons/proper/math/trunk/src/java/org/apache/commons/math/optimization/linear/SimplexTableau.java

Author: psteitz
Date: Sat Jul 25 17:21:28 2009
New Revision: 797800

URL: http://svn.apache.org/viewvc?rev=797800&view=rev
Log:
Dropped reference to non-existent method.

Modified:
    commons/proper/math/trunk/src/java/org/apache/commons/math/optimization/linear/SimplexTableau.java

Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/optimization/linear/SimplexTableau.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/optimization/linear/SimplexTableau.java?rev=797800&r1=797799&r2=797800&view=diff
==============================================================================
--- commons/proper/math/trunk/src/java/org/apache/commons/math/optimization/linear/SimplexTableau.java (original)
+++ commons/proper/math/trunk/src/java/org/apache/commons/math/optimization/linear/SimplexTableau.java Sat Jul 25 17:21:28 2009
@@ -314,9 +314,7 @@
 
     /**
      * 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() {