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:06 UTC

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

Repository: commons-math
Updated Branches:
  refs/heads/MATH_3_X 5c07e5487 -> 6a24cf473
  refs/heads/master a7de358a0 -> 6cd693a42


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/6a24cf47
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/6a24cf47
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/6a24cf47

Branch: refs/heads/MATH_3_X
Commit: 6a24cf473c12dde2eeb584803d9e0f15ad061b00
Parents: 5c07e54
Author: Phil Steitz <ph...@gmail.com>
Authored: Thu Apr 9 17:42:59 2015 -0700
Committer: Phil Steitz <ph...@gmail.com>
Committed: Thu Apr 9 17:42:59 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/commons-math/blob/6a24cf47/src/main/java/org/apache/commons/math3/optim/linear/SolutionCallback.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math3/optim/linear/SolutionCallback.java b/src/main/java/org/apache/commons/math3/optim/linear/SolutionCallback.java
index 3536da0..24515cc 100644
--- a/src/main/java/org/apache/commons/math3/optim/linear/SolutionCallback.java
+++ b/src/main/java/org/apache/commons/math3/optim/linear/SolutionCallback.java
@@ -20,8 +20,8 @@ import org.apache.commons.math3.optim.OptimizationData;
 import org.apache.commons.math3.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
  */


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

Posted by ps...@apache.org.
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
  */