This method returns a time stamp specifying when the time limit will occur. To compute remaining time in seconds, subtract the result of
CopyC#
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
CopyC#
ClockType
. The absolute value of the time stamp is not meaningful.

Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
protected internal virtual double GetEndTime()

Return Value

The time stamp specifying when the time limit will occur.

See Also