ISlLinearConstraint

Assembly: Stat;

Description

The ISlLinearConstraint interface defines the parameters of the linear constraint.

Inheritance Hierarchy

          ISlLinearConstraint

Comments

To solve the problem of non-linear programming, use the ISmLinearProgramming 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.

Result

The Result property returns the value of linear constraints.

Value

The Value property determines values of linear constraint coefficients.

See also:

Stat Assembly Interfaces