ICpTargetAdjustment.Constraints

Fore syntax

Constraints: ITargetConstraints;

Fore.NET syntax

Constraints: Prognoz.Platform.Interop.Cp.ITargetConstraints;

Description

The Constraints property returns collection of non-linear optimization constraints.

Comments

To specify that criterion problem must be calculated with non-linear constraints, use the ICpTargetAdjustment.CalcWithNonLinConstraints property.

Fore and Fore.NET examples

The property use is given in the example for ICpTargetAdjustment.Tolerance.

See also:

ICpTargetAdjustment