lowerBound

Create a pointwise lower-bound constraint.


Declaration

 self = lowerBound(points,options)

Parameters

  • points point locations as a vector or N-by-D matrix
  • options.D derivative orders as a scalar, row vector, or N-by-D matrix
  • options.value scalar or one bound value per point

Returns

  • self lower-bound PointConstraint

Discussion

  c = PointConstraint.lowerBound(P, D=[0 1], value=0);