Changeset 6838 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/CVRP/CVRPTW/CVRPPDTW/CVRPPDTWEvaluator.cs
- Timestamp:
- 09/27/11 13:29:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/CVRP/CVRPTW/CVRPPDTW/CVRPPDTWEvaluator.cs
r6752 r6838 47 47 } 48 48 49 protected override void EvaluateTour(VRPEvaluation eval, IVRPProblemInstance instance, Tour tour ) {49 protected override void EvaluateTour(VRPEvaluation eval, IVRPProblemInstance instance, Tour tour, IVRPEncoding solution) { 50 50 TourInsertionInfo tourInfo = new TourInsertionInfo(); 51 51 eval.InsertionInfo.AddTourInsertionInfo(tourInfo);
Note: See TracChangeset
for help on using the changeset viewer.