ISolverStopped Property
If this is set to true while the solver is running the
solver stops and returns the best solution found so far.
Definition
Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
bool Stopped { get; set; }VB
Property Stopped As Boolean
Get
SetC++
property bool Stopped {
bool get ();
void set (bool value);
}F#
abstract Stopped : bool with get, set