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 2015/04/10 03:30:07 UTC

[2/2] [math] Fixed javadoc. JIRA: MATH-1214.

Fixed javadoc. JIRA: MATH-1214.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/6cd693a4
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/6cd693a4
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/6cd693a4

Branch: refs/heads/master
Commit: 6cd693a42256186fb3fd394ab040fa2132fac8d1
Parents: a7de358
Author: Phil Steitz <ph...@gmail.com>
Authored: Thu Apr 9 17:47:34 2015 -0700
Committer: Phil Steitz <ph...@gmail.com>
Committed: Thu Apr 9 17:47:34 2015 -0700

----------------------------------------------------------------------
 .../org/apache/commons/math4/optim/linear/SolutionCallback.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/6cd693a4/src/main/java/org/apache/commons/math4/optim/linear/SolutionCallback.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/optim/linear/SolutionCallback.java b/src/main/java/org/apache/commons/math4/optim/linear/SolutionCallback.java
index b84af27..a14409d 100644
--- a/src/main/java/org/apache/commons/math4/optim/linear/SolutionCallback.java
+++ b/src/main/java/org/apache/commons/math4/optim/linear/SolutionCallback.java
@@ -20,8 +20,8 @@ import org.apache.commons.math4.optim.OptimizationData;
 import org.apache.commons.math4.optim.PointValuePair;
 
 /**
- * A constraint for a linear optimization problem indicating whether all
- * variables must be restricted to non-negative values.
+ * A callback object that can be provided to a linear optimizer to keep track
+ * of the best solution found.
  *
  * @since 3.3
  */