|
|
LinearConstraint Properties |
The LinearConstraint type exposes the following members.
| Name | Description | |
|---|---|---|
| CombinedAs |
Gets the scalar coefficients combining the
variables specified by the constraints.
| |
| NumberOfVariables |
Gets the number of variables in the constraint.
| |
| ShouldBe |
Gets the type of the constraint.
| |
| Tolerance |
Gets the violation tolerance for the constraint. Equality
constraints should set this to a small positive value.
| |
| Value |
Gets the value to be compared to the combined values
of the variables.
| |
| VariablesAtIndices |
Gets the index of the variables (in respective to the
objective function) of the variables participating
in this constraint.
|