Parsed |
public class ParsedConstraint
The ParsedConstraint type exposes the following members.
| Name | Description | |
|---|---|---|
| ParsedConstraint | Initializes a new instance of the ParsedConstraint class |
| Name | Description | |
|---|---|---|
| Coefficients | 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. | |
| Expression | The original expression string. | |
| Kind | The constraint kind as written by the user. | |
| Rhs | Right-hand side scalar. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |