Overload List
| Name | Description | |
|---|---|---|
| AddConstraint(DoubleFunctional, Double, Double) |
Adds an inequality constraint of the form
lowerBound <= constraintFunction(x) < upperBound
| |
| AddConstraint(Int32, Func<(Of <(DoubleVector, Double>)>), Double, Double) |
Adds an inequality constraint of the form
lowerBound <= constraintFunction(x) < upperBound
|