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

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

Syntax

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

Remarks

To compute elapsed time in deterministic ticks, subtract the result of getDetTime from the result of this method.

The absolute value of a deterministic time stamp is not meaningful.

See Also