Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/16/10 15:20:29 (14 years ago)
Author:
svonolfe
Message:

Added GVR encoding (#1039)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.3/VRPSolutionView.cs

    r4185 r4230  
    119119              if (Content.Solution != null) {
    120120                int currentTour = 0;
    121                 foreach (Tour tour in Content.Solution.Tours) {
     121                foreach (Tour tour in Content.Solution.GetTours()) {
    122122                  double t = 0.0;
    123123                  Point[] tourPoints = new Point[tour.Cities.Count + 2];
Note: See TracChangeset for help on using the changeset viewer.