|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinearConstraint | |
---|---|
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 | |
---|---|
protected Collection<LinearConstraint> |
AbstractLinearOptimizer.linearConstraints
Linear constraints. |
Method parameters in org.apache.commons.math.optimization.linear with type arguments of type LinearConstraint | |
---|---|
RealPointValuePair |
LinearOptimizer.optimize(LinearObjectiveFunction f,
Collection<LinearConstraint> constraints,
GoalType goalType,
boolean restrictToNonNegative)
Optimizes an objective function. |
RealPointValuePair |
AbstractLinearOptimizer.optimize(LinearObjectiveFunction f,
Collection<LinearConstraint> constraints,
GoalType goalType,
boolean restrictToNonNegative)
Optimizes an objective function. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |