Package | Description |
---|---|
org.apache.commons.math3.optim.linear |
Optimization algorithms for linear constrained problems.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<LinearConstraint> |
LinearOptimizer.getConstraints() |
Collection<LinearConstraint> |
LinearConstraintSet.getConstraints()
Gets the set of linear constraints.
|
Constructor and Description |
---|
LinearConstraintSet(LinearConstraint... constraints)
Creates a set containing the given constraints.
|
Constructor and Description |
---|
LinearConstraintSet(Collection<LinearConstraint> constraints)
Creates a set containing the given constraints.
|
Copyright © 2003–2017. All rights reserved.