Changeset 11815
- Timestamp:
- 01/21/15 16:59:41 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/Algorithms/BasicAlgorithm.cs
r11790 r11815 87 87 88 88 public override void Pause() { 89 throw new NotSupportedException("Pause is not supported in simple Algorithms.");89 throw new NotSupportedException("Pause is not supported in basic algorithms."); 90 90 } 91 91
Note: See TracChangeset
for help on using the changeset viewer.