IMsTargetConstraintInfo.LowerBoundLagrangeMultiplier

Syntax

LowerBoundLagrangeMultiplier: Double;

Description

The LowerBoundLagrangeMultiplier property returns Lagrange multiplier for lower constraint limit.

Comments

Lagrange multiplier determines the degree, to which constraint value is close to its limit. The value is available only after criterion problem calculation.

To get Lagrange multiplier for upper constraint limit, use the IMsTargetConstraintInfo.UpperBoundLagrangeMultiplier property.

Example

The property use is given in the example for IMsTargetConstraintCommon.LowerConstraintStatus.

See also:

IMsTargetConstraintInfo