Click or drag to resize

ParsedConstraint Properties

The ParsedConstraint type exposes the following members.

Properties
 NameDescription
Public propertyCoefficients Coefficient vector for the parameters (length = number of parameters). Represents the left-hand side after moving everything to LHS: coefficients · p [op] Rhs The op corresponds to Kind.
Public propertyExpressionThe original expression string.
Public propertyKindThe constraint kind as written by the user.
Public propertyRhsRight-hand side scalar.
Top
See Also