Changeset 4179 for trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveGenerator.cs
- Timestamp:
- 08/09/10 18:08:14 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveGenerator.cs
r4177 r4179 68 68 } 69 69 70 [StorableConstructor] 71 private AlbaTranslocationMoveGenerator(bool deserializing) : base(deserializing) { } 72 70 73 public AlbaTranslocationMoveGenerator() 71 74 : base() { … … 80 83 IOperation successor = base.Apply(); 81 84 82 Permutation permutation = VRP SolutionParameter.ActualValue as Permutation;85 Permutation permutation = VRPToursParameter.ActualValue as Permutation; 83 86 string moveName = TranslocationMoveGeneratorParameter.ActualValue.TranslocationMoveParameter.Name; 84 87
Note: See TracChangeset
for help on using the changeset viewer.