ITargetConstraintInfo.LowerBoundLagrangeMultiplier

Syntax

LowerBoundLagrangeMultiplier: Double;

Description

The LowerBoundLagrangeMultiplier property returns Lagrange multiplier for constraint lower border.

Comments

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.

Example

The property use is given in the example for ITargetConstraintInfo.OptimalValue.

See also:

ITargetConstraintInfo