INonLinearConstraint

Assembly: Stat;

Description

The INonLinearConstraint interface defines the parameters of the non-linear constraint.

Inheritance Hierarchy

          INonLinearConstraint

Comments

To solve function minimization problem, use the ISmNonLinearOptimization interface.

Properties

  Property name Brief description

BoundaryLower

The BoundaryLower property determines lower bound.

BoundaryUpper

The BoundaryUpper property determines the upper bound.

LagrangeMultiplier

The LagrangeMultiplier property determines value of Lagrange multiplier.

NonLinearFunction

The NonLinearFunction property determines nonlinear function of the constraint.

Result

The Result property returns non-linear constraint value.

See also:

Stat Assembly Interfaces