Changeset 11295
- Timestamp:
- 08/25/14 09:55:20 (10 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.Instances.VehicleRouting/3.4
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.VehicleRouting/3.4/VRPInstanceProvider.cs
r11287 r11295 93 93 routes.Add(route); 94 94 } 95 96 if (line.StartsWith("Solution")) { 97 if (routes.Any()) { 98 // Skip remaining solutions since only one "best solution" is stored 99 break; 100 } 101 } 95 102 } 96 103 }
Note: See TracChangeset
for help on using the changeset viewer.