Returns the fraction of completion of the fractional cut generation.

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 completion of the fractional cut generation.

Remarks

The returned values are in the range of 0.0 to 1.0.

See Also