- Timestamp:
- 04/02/11 23:13:33 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Encodings.PermutationEncoding
- Files:
-
- 3 edited
- 14 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.PermutationEncoding
-
Property
svn:mergeinfo
set to
/branches/QAP/HeuristicLab.Encodings.PermutationEncoding merged eligible
-
Property
svn:mergeinfo
set to
-
trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/ThreeIndexMove.cs
r5445 r5933 25 25 26 26 namespace HeuristicLab.Encodings.PermutationEncoding { 27 [Item("ThreeIndexMove", "A move on a permutation that is specified by 3 indices ")]27 [Item("ThreeIndexMove", "A move on a permutation that is specified by 3 indices.")] 28 28 [StorableClass] 29 29 public class ThreeIndexMove : Item { -
trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/TwoIndexMove.cs
r5445 r5933 25 25 26 26 namespace HeuristicLab.Encodings.PermutationEncoding { 27 [Item("TwoIndexMove", "A move on a permutation that is specified by 2 indices ")]27 [Item("TwoIndexMove", "A move on a permutation that is specified by 2 indices.")] 28 28 [StorableClass] 29 29 public class TwoIndexMove : Item {
Note: See TracChangeset
for help on using the changeset viewer.