- Timestamp:
- 08/16/10 15:20:29 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.3/VRPSolutionView.cs
r4185 r4230 119 119 if (Content.Solution != null) { 120 120 int currentTour = 0; 121 foreach (Tour tour in Content.Solution. Tours) {121 foreach (Tour tour in Content.Solution.GetTours()) { 122 122 double t = 0.0; 123 123 Point[] tourPoints = new Point[tour.Cities.Count + 2];
Note: See TracChangeset
for help on using the changeset viewer.