VDSStopped Property
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.
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#
public bool Stopped { get; set; }VB
Public Property Stopped As Boolean
Get
SetC++
public:
virtual property bool Stopped {
bool get () sealed;
void set (bool value) sealed;
}F#
abstract Stopped : bool with get, set
override Stopped : bool with get, set