Set as true while the solver is running to stop the
solver and return the best known solution.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
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