Returns the fraction of completion of the current probing phase.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
protected virtual double GetProgress()
Visual Basic
Protected Overridable Function GetProgress As Double

Return Value

The fraction of the completion of the current probing phase.

Remarks

This value is between 0.0 and 1.0.

See Also