|  | Linear | 
The LinearConstraint type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Returns a deep copy of self. (Overrides ConstraintClone) | 
|  | Equals(LinearConstraint) | Returns true if the given LinearConstraint is equal to self. Two constraints are equal if they have the same coefficients, right hand side, and are of the same type (equality or inequality). | 
|  | Equals(Object) | Returns true if the given LinearConstraint is equal to self.
            Two constraints are equal if they have the same coefficients, right 
            hand side, and are of the same type (equality or inequality). (Overrides ObjectEquals(Object)) | 
|  | EvaluateConstraintFunction(Double) | Evaluates the constraint function at the 
            given point. (Inherited from Constraint) | 
|  | EvaluateConstraintFunction(DoubleVector) | Evaluates the constraint function at the 
            given point. (Overrides ConstraintEvaluateConstraintFunction(DoubleVector)) | 
|  | GetHashCode | Returns the hash code for this object. (Overrides ObjectGetHashCode) | 
|  | Gradient(DoubleVector) | Evaluates the gradient of the constraint function and returns this value. (Inherited from Constraint) | 
|  | Gradient(DoubleVector, DoubleVector) | Evaluates the gradient of the constraint function and places in the
            given vector. (Overrides ConstraintGradient(DoubleVector, DoubleVector)) | 
|  | IsSatisfied(DoubleVector) | Determines if the constraint represented by this instance is
            satisfied at the given point. (Inherited from Constraint) | 
|  | IsSatisfied(DoubleVector, Double) | Determines if the constraint represented by this instance is
            satisfied at the given point withing the given tolerance. The
            tolerance associated with this object, accessed with the
            Tolerance property, is ignored. (Inherited from Constraint) | 
|  | ToString | String representation of a linear constraint. (Overrides ObjectToString) | 
 See Also
See Also