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