- Timestamp:
- 04/03/19 15:37:38 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Permutation.cs
r16723 r16751 30 30 [Item("Permutation", "Represents a permutation of integer values.")] 31 31 [StorableType("FBBCFA53-C1AE-4069-907B-99C720F5AC51")] 32 public class Permutation : IntArray, I Solution {32 public class Permutation : IntArray, IEncodedSolution { 33 33 [Storable] 34 34 private PermutationTypes permutationType;
Note: See TracChangeset
for help on using the changeset viewer.