Changeset 4454 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Analyzer/BestSolution/TimeWindowed
- Timestamp:
- 09/20/10 17:04:45 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Analyzer/BestSolution/TimeWindowed/BestTimeWindowedVRPSolutionAnalyzer.cs
r4374 r4454 89 89 IVRPEncoding best = solutions[i] as IVRPEncoding; 90 90 VRPSolution solution = BestSolutionParameter.ActualValue; 91 if ( solution == null) {91 if (!results.ContainsKey("Best VRP Solution Tardiness")) { 92 92 results.Add(new Result("Best VRP Solution Tardiness", new DoubleValue(tardinesses[i].Value))); 93 93 results.Add(new Result("Best VRP Solution TravelTime", new DoubleValue(travelTimes[i].Value)));
Note: See TracChangeset
for help on using the changeset viewer.