Changeset 16582 for branches/2931_OR-Tools_LP_MIP/HeuristicLab.Optimization
- Timestamp:
- 01/29/19 17:45:06 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2931_OR-Tools_LP_MIP/HeuristicLab.Optimization/3.3/Algorithms/BasicAlgorithm.cs
r16233 r16582 109 109 // CancellationToken.ThrowIfCancellationRequested() must be called from within the Run method, otherwise stop does nothing 110 110 // alternatively check the IsCancellationRequested property of the cancellation token 111 if (!SupportsStop) 112 throw new NotSupportedException("Stop is not supported by this algorithm."); 113 111 114 base.Stop(); 112 115 if (ExecutionState == ExecutionState.Paused) OnStopped();
Note: See TracChangeset
for help on using the changeset viewer.