- Timestamp:
- 03/03/17 17:33:24 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.NK/3.3/BinaryVectorComparers/IBinaryVectorComparer.cs
r12582 r14712 25 25 26 26 namespace HeuristicLab.Problems.NK { 27 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("144E777E-7003-4D08-81A2-F36E3D23D8CF")] 27 28 public interface IBinaryVectorComparer : IItem, IComparer<BinaryVector> { } 28 29 }
Note: See TracChangeset
for help on using the changeset viewer.