Package | Description |
---|---|
org.apache.commons.math3.optim.linear |
Optimization algorithms for linear constrained problems.
|
Modifier and Type | Method and Description |
---|---|
Collection<LinearConstraint> |
LinearConstraintSet.getConstraints()
Gets the set of linear constraints.
|
protected Collection<LinearConstraint> |
LinearOptimizer.getConstraints() |
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–2016 The Apache Software Foundation. All rights reserved.