Changeset 11005
- Timestamp:
- 06/11/14 17:00:26 (10 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 10959
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.VehicleRouting
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.VehicleRouting merged: 10959
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/IterativeInsertionCreator.cs
r10744 r11005 107 107 int stopIdx = 0; 108 108 if (currentTour.Stops.Count > 0) 109 result.FindBestInsertionPlace(currentTour, customers[index]);109 stopIdx = result.FindBestInsertionPlace(currentTour, customers[index]); 110 110 currentTour.Stops.Insert(stopIdx, customers[index]); 111 111
Note: See TracChangeset
for help on using the changeset viewer.