ITimeLimitChecker Interface

This interface is used by solvers which allow time limits.

Definition

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

Properties

TimeCheckerStopped True is the solver should stop as soon as possible. False otherwise.

Methods

TimeExceeded Returns true if a time limit has been reached.

See Also