Nonlinear |
| Name | Description | |
|---|---|---|
| AddConstraint(Constraint) | Adds the given constraint to the problem. | |
| AddConstraint(DoubleFunctional, Double, Double) | Adds an inequality constraint of the form lowerBound <= constraintFunction(x) < upperBound | |
| AddConstraint(Int32, FuncDoubleVector, Double, Double, Double) | Adds an inequality constraint of the form lowerBound <= constraintFunction(x) < upperBound |