VDSTimeExceeded Method

Check if there is a time limit and if so is it exceeded?

Definition

Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public bool TimeExceeded()

Return Value

Boolean
True if the maximum time limit is exceeded. False otherwise.

Implements

ITimeLimitCheckerTimeExceeded

See Also