- Timestamp:
- 08/10/10 10:06:14 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings
- Files:
-
- 4 added
- 1 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/VRPManipulator.cs
r4179 r4183 43 43 public VRPManipulator() 44 44 : base() { 45 Parameters.Add(new LookupParameter<IVRPEncoding>("VRPTours", "The new VRP tours."));45 Parameters.Add(new LookupParameter<IVRPEncoding>("VRPTours", "The VRP tours to be manipulated.")); 46 46 } 47 47 }
Note: See TracChangeset
for help on using the changeset viewer.