Changeset 10959 for trunk/sources
- Timestamp:
- 06/10/14 09:44:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/IterativeInsertionCreator.cs
r10475 r10959 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.