| Package | Description | 
|---|---|
| org.hipparchus.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 © 2016–2020 Hipparchus.org. All rights reserved.