Overload List

  NameDescription
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

See Also