| Package | Description | 
|---|---|
| org.apache.commons.math3.optimization.linear | This package provides optimization algorithms for linear constrained problems. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected LinearObjectiveFunction | AbstractLinearOptimizer. getFunction()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| PointValuePair | AbstractLinearOptimizer. optimize(LinearObjectiveFunction f,
                Collection<LinearConstraint> constraints,
                GoalType goalType,
                boolean restrictToNonNegative)Deprecated.  Optimizes an objective function. | 
| PointValuePair | LinearOptimizer. optimize(LinearObjectiveFunction f,
                Collection<LinearConstraint> constraints,
                GoalType goalType,
                boolean restrictToNonNegative)Deprecated.  Optimizes an objective function. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.