This method returns a time stamp specifying when
the solving process was started. To compute elapsed time in seconds,
subtract the result of
CopyC#
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#. The absolute value
of the time stamp is not meaningful.
GetCplexTime
ClockType
Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
protected internal virtual double GetStartTime() |