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:
ASAP.NRP.Solvers
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic bool Stopped { get; set; }
Public Property Stopped As Boolean
Get
Set
public:
virtual property bool Stopped {
bool get () sealed;
void set (bool value) sealed;
}
abstract Stopped : bool with get, set
override Stopped : bool with get, set
Property Value
Type:
BooleanImplements
ISolverStopped
See Also