Changeset 16477 for branches/2520_PersistenceReintegration/HeuristicLab.Problems.NK/3.3/BinaryVectorComparers
- Timestamp:
- 01/02/19 10:02:21 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.NK/3.3/BinaryVectorComparers/IBinaryVectorComparer.cs
r16453 r16477 23 23 using HeuristicLab.Core; 24 24 using HeuristicLab.Encodings.BinaryVectorEncoding; 25 using HEAL.Fossil; 25 26 26 27 namespace HeuristicLab.Problems.NK { 28 [StorableType("056C41CB-BF99-418E-AAF5-85273EF0831A")] 27 29 public interface IBinaryVectorComparer : IItem, IComparer<BinaryVector> { } 28 30 }
Note: See TracChangeset
for help on using the changeset viewer.