Changeset 8086 for branches/ScatterSearch (trunk integration)/HeuristicLab.Algorithms.ScatterSearch/3.3/IScatterSearchOperator.cs
- Timestamp:
- 06/22/12 11:11:38 (13 years ago)
- Location:
- branches/ScatterSearch (trunk integration)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Algorithms.ScatterSearch/3.3/IScatterSearchOperator.cs
r7789 r8086 20 20 #endregion 21 21 22 using System;23 using HeuristicLab.Common;24 22 using HeuristicLab.Core; 25 23 … … 28 26 /// An interface which represents a scatter search specific operator. 29 27 /// </summary> 30 public interface IScatterSearchOperator : IOperator, IParameterizedNamedItem, IDeepCloneable, ICloneable { 31 } 28 public interface IScatterSearchOperator : IOperator { } 32 29 }
Note: See TracChangeset
for help on using the changeset viewer.