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

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

Syntax

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

Remarks

To compute remaining time in seconds, subtract the result of Cplex.GetCplexTime from the result of this method. This computation yields either wall clock time (also known as real time) or CPU time, depending on the clock type set by the parameter ClockType.

The absolute value of the time stamp is not meaningful.

See Also