This method returns a time stamp specifying when the solving process was started. To compute elapsed 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 GetStartTime()

Return Value

The time stamp when solving was started.

See Also