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.
Namespace:
SRS.ScheduleSolver.Solvers
Assembly:
ScheduleSolver (in ScheduleSolver.dll) Version: 2.5.0+32c9446bcdf252a58ba748c312939f5bd2f367a8
Syntaxpublic bool Stop { get; set; }
Public Property Stop As Boolean
Get
Set
public:
property bool Stop {
bool get ();
void set (bool value);
}
member Stop : bool with get, set
Property Value
Type:
Boolean
See Also