LowerBoundLagrangeMultiplier: Double;
The LowerBoundLagrangeMultiplier property returns Lagrange multiplier for lower constraint limit.
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.
The property use is given in the example for IMsTargetConstraintCommon.LowerConstraintStatus.
See also: