IPerformanceInfo.ConstraintsCalls

Syntax

ConstraintsCalls: Integer;

Description

The ConstraintsCalls property returns number of constraints calculations.

Comments

To get an actual number of iterations, use the IPerformanceInfo.Iterations property.

Example

The property use is given in the example for ISmNonLinearOptimization.PerformanceInfo.

See also:

IPerformanceInfo