Changeset 14929 for branches/PersistenceReintegration/HeuristicLab.Problems.NK/3.3/BinaryVectorComparers
- Timestamp:
- 05/04/17 19:06:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.NK/3.3/BinaryVectorComparers/IBinaryVectorComparer.cs
r14185 r14929 23 23 using HeuristicLab.Core; 24 24 using HeuristicLab.Encodings.BinaryVectorEncoding; 25 using HeuristicLab.Persistence; 25 26 26 27 namespace HeuristicLab.Problems.NK { 28 [StorableType("ab611926-f7eb-4008-b3cf-663c1cf497cc")] 27 29 public interface IBinaryVectorComparer : IItem, IComparer<BinaryVector> { } 28 30 }
Note: See TracChangeset
for help on using the changeset viewer.