|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.optim.linear.LinearConstraintSet
public class LinearConstraintSet
Class that represents a set of linear constraints.
| Constructor Summary | |
|---|---|
LinearConstraintSet(Collection<LinearConstraint> constraints)
Creates a set containing the given constraints. |
|
LinearConstraintSet(LinearConstraint... constraints)
Creates a set containing the given constraints. |
|
| Method Summary | |
|---|---|
Collection<LinearConstraint> |
getConstraints()
Gets the set of linear constraints. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinearConstraintSet(LinearConstraint... constraints)
constraints - Constraints.public LinearConstraintSet(Collection<LinearConstraint> constraints)
constraints - Constraints.| Method Detail |
|---|
public Collection<LinearConstraint> getConstraints()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||