IVarTargetConstraint.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 of upper constraint limit, use the IVarTargetConstraint.UpperBoundLagrangeMultiplier property.

Example

The property use is given in the example for IVarTargetConstraint.Include.

See also:

IVarTargetConstraint