Fixed javadoc. JIRA: MATH-1214.

This commit is contained in:
Phil Steitz 2015-04-09 17:47:34 -07:00
parent a7de358a05
commit 6cd693a422
1 changed files with 2 additions and 2 deletions

View File

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