Assembly: Stat;
Namespace: Prognoz.Platform.Interop.Stat;
The ISlLinearConstraint interface defines the parameters of the linear constraint.
ISlLinearConstraint
To solve the problem of non-linear programming, use the ISmLinearProgramming interface.
| Property name | Brief description | |
| The BoundaryLower property determines lower bound. | ||
| The BoundaryUpper property determines the upper bound. | ||
| The LagrangeMultiplier property determines value of Lagrange multiplier. | ||
| The Result property returns the value of linear constraints. | ||
| The Value property determines values of linear constraint coefficients. |
See also: