Shift SearchStopped Property
If this is set to true while the Solve method is executing then
the solver will stop and return the best solution found so far.
Definition
Namespace: SRS.ShiftSolver.Solvers
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public bool Stopped { get; set; }VB
Public Property Stopped As Boolean
Get
SetC++
public:
virtual property bool Stopped {
bool get () sealed;
void set (bool value) sealed;
}F#
abstract Stopped : bool with get, set
override Stopped : bool with get, set