IMsTargetConstraintInfo.UpperBoundLagrangeMultiplier

Fore Syntax

UpperBoundLagrangeMultiplier: Double;

Fore.NET Syntax

UpperBoundLagrangeMultiplier: double;

Description

The UpperBoundLagrangeMultiplier property returns Lagrange multiplier for upper 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 of lower constraint limit, use the IMsTargetConstraintInfo.LowerBoundLagrangeMultiplier property.

Fore and Fore.NET Examples

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

See also:

IMsTargetConstraintInfo