Uses of Class
org.apache.commons.math.optimization.linear.LinearConstraint
Packages that use LinearConstraint
Package
Description
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 LinearConstraintModifier and TypeFieldDescriptionprotected Collection<LinearConstraint>
AbstractLinearOptimizer.linearConstraints
Linear constraints.Method parameters in org.apache.commons.math.optimization.linear with type arguments of type LinearConstraintModifier and TypeMethodDescriptionAbstractLinearOptimizer.optimize
(LinearObjectiveFunction f, Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative) Optimizes an objective function.LinearOptimizer.optimize
(LinearObjectiveFunction f, Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative) Optimizes an objective function.