Click or drag to resize

NonlinearProgrammingProblemAddConstraint Method

Overload List
 NameDescription
Public methodAddConstraint(Constraint) Adds the given constraint to the problem.
Public methodAddConstraint(DoubleFunctional, Double, Double) Adds an inequality constraint of the form lowerBound <= constraintFunction(x) < upperBound
Public methodAddConstraint(Int32, FuncDoubleVector, Double, Double, Double) Adds an inequality constraint of the form lowerBound <= constraintFunction(x) < upperBound
Top
See Also