IShift SolverStopped Property
If this is set to true while the solver is running the
solver stops and returns 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#
bool Stopped { get; set; }VB
Property Stopped As Boolean
Get
SetC++
property bool Stopped {
bool get ();
void set (bool value);
}F#
abstract Stopped : bool with get, set