Assembly: Stat;
The INonLinearConstraint interface defines the parameters of the non-linear constraint.
INonLinearConstraint
To solve function minimization problem, use the ISmNonLinearOptimization 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 NonLinearFunction property determines nonlinear function of the constraint. | ||
The Result property returns non-linear constraint value. |
See also: