Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/10/10 11:32:52 (14 years ago)
Author:
svonolfe
Message:

Improved VRP visualization (#1039)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/VRPSolution.cs

    r4015 r4185  
    195195    public VRPSolution() : base() { }
    196196
     197    public VRPSolution(DoubleMatrix coordinates): base() {
     198      this.coordinates = coordinates;
     199    }
     200
    197201    public VRPSolution(DoubleMatrix coordinates, IVRPEncoding solution, DoubleValue quality,
    198202      DoubleValue distance, DoubleValue overload, DoubleValue tardiness, DoubleValue travelTime,
Note: See TracChangeset for help on using the changeset viewer.