This method returns a deterministic time stamp specifying when the solving process terminates.

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

Syntax

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

Remarks

To compute remaining time in deterministic ticks, subtract the result of Cplex.GetDetTime from the result of this method.

The absolute value of the time stamp is not meaningful.

See Also