Fixed javadoc. JIRA: MATH-1214.

This commit is contained in:
Phil Steitz 2015-04-09 17:42:59 -07:00
parent 5c07e5487a
commit 6a24cf473c
1 changed files with 2 additions and 2 deletions

View File

@ -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
*/