ICpTargetAdjustment.Constraints

Fore Syntax

Constraints: ITargetConstraints;

Fore.NET Syntax

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

Description

The Constraints property returns the 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