VDSTimeCheckerStopped Property |
Indicates whether the solver was stopped early.
Namespace:
ASAP.NRP.Solvers
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic bool TimeCheckerStopped { get; }
Public ReadOnly Property TimeCheckerStopped As Boolean
Get
public:
virtual property bool TimeCheckerStopped {
bool get () sealed;
}
abstract TimeCheckerStopped : bool with get
override TimeCheckerStopped : bool with get
Property Value
Type:
BooleanImplements
ITimeLimitCheckerTimeCheckerStopped
See Also