Changeset 4454 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Analyzer/BestSolution/Capacitated
- 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/Capacitated/BestCapacitatedVRPSolutionAnalyzer.cs
r4374 r4454 84 84 IVRPEncoding best = solutions[i] as IVRPEncoding; 85 85 VRPSolution solution = BestSolutionParameter.ActualValue; 86 if ( solution == null) {86 if (!results.ContainsKey("Best VRP Solution Overload")) { 87 87 results.Add(new Result("Best VRP Solution Overload", new DoubleValue(overloads[i].Value))); 88 88 } else {
Note: See TracChangeset
for help on using the changeset viewer.