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
C#
public bool Stopped { get; set; }

Property Value

Boolean

Implements

ISolverStopped

See Also