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.6.0+d1eeb38004e25fffe43abff141daa804550ec994
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