Changeset 6713 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/TourEncoding.cs
- Timestamp:
- 09/06/11 16:57:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/TourEncoding.cs
r5867 r6713 43 43 foreach(Tour tour in Tours) { 44 44 if (tour.Stops.Count > 0) 45 result.Add(tour );45 result.Add(tour.Clone() as Tour); 46 46 } 47 47
Note: See TracChangeset
for help on using the changeset viewer.