If this is set to true while the solver is running the
solver stops and returns the best solution found so far.
Namespace:
ASAP.NRP.Solvers
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxbool Stopped { get; set; }
Property Stopped As Boolean
Get
Set
property bool Stopped {
bool get ();
void set (bool value);
}
abstract Stopped : bool with get, set
Property Value
Type:
Boolean
See Also