Check if there is a time limit and if so is it exceeded?
Namespace:
ASAP.NRP.Solvers
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic bool TimeExceeded()
Public Function TimeExceeded As Boolean
public:
virtual bool TimeExceeded() sealed
abstract TimeExceeded : unit -> bool
override TimeExceeded : unit -> bool
Return Value
Type:
BooleanTrue if the maximum time limit is exceeded. False otherwise.
Implements
ITimeLimitCheckerTimeExceeded
See Also