Returns the fraction of completion of the disjunctive cut generation.

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

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 disjunctive cut generation.

See Also