|
|||||||||
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
.
Field Summary | |
---|---|
private java.util.Set<LinearConstraint> |
linearConstraints
Set of constraints. |
Constructor Summary | |
---|---|
LinearConstraintSet(java.util.Collection<LinearConstraint> constraints)
Creates a set containing the given constraints. |
|
LinearConstraintSet(LinearConstraint... constraints)
Creates a set containing the given constraints. |
Method Summary | |
---|---|
java.util.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 |
Field Detail |
---|
private final java.util.Set<LinearConstraint> linearConstraints
Constructor Detail |
---|
public LinearConstraintSet(LinearConstraint... constraints)
constraints
- Constraints.public LinearConstraintSet(java.util.Collection<LinearConstraint> constraints)
constraints
- Constraints.Method Detail |
---|
public java.util.Collection<LinearConstraint> getConstraints()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |