LowerBoundLagrangeMultiplier: Double;
The LowerBoundLagrangeMultiplier property returns Lagrange multiplier for constraint lower border.
Lagrange multiplier determines the degree, to which constraint value is close to its border. The value is available only after criterion problem calculation.
To get Lagrange multiplier for constraint upper border, use the ITargetConstraintInfo.UpperBoundLagrangeMultiplier property.
The property use is given in the example for ITargetConstraintInfo.OptimalValue.
See also: