- Timestamp:
- 09/27/11 13:29:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Prins/PrinsEncoding.cs
r6758 r6838 61 61 62 62 VRPEvaluation eval = 63 ProblemInstance.Evaluate (tour);63 ProblemInstance.EvaluateTour(tour, this); 64 64 65 65 double cost = eval.Quality;
Note: See TracChangeset
for help on using the changeset viewer.