Uses of Class
org.apache.commons.math.optimization.linear.LinearConstraint
- 
Packages that use LinearConstraint Package Description org.apache.commons.math.optimization.linear This package provides optimization algorithms for linear constrained problems. - 
- 
Uses of LinearConstraint in org.apache.commons.math.optimization.linear
Fields in org.apache.commons.math.optimization.linear with type parameters of type LinearConstraint Modifier and Type Field Description protected java.util.Collection<LinearConstraint>AbstractLinearOptimizer. linearConstraintsLinear constraints.Method parameters in org.apache.commons.math.optimization.linear with type arguments of type LinearConstraint Modifier and Type Method Description RealPointValuePairAbstractLinearOptimizer. optimize(LinearObjectiveFunction f, java.util.Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative)Optimizes an objective function.RealPointValuePairLinearOptimizer. optimize(LinearObjectiveFunction f, java.util.Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative)Optimizes an objective function. 
 -