Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/09/10 09:55:31 (13 years ago)
Author:
svonolfe
Message:

Merged relevant changes from the trunk into the branch (cloning,...) (#1177)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Creators/VRPCreator.cs

    r4369 r4752  
    3030using HeuristicLab.Parameters;
    3131using HeuristicLab.Problems.VehicleRouting.Interfaces;
     32using HeuristicLab.Common;
    3233
    3334namespace HeuristicLab.Problems.VehicleRouting.Encodings.General {
     
    4647        Parameters.Add(new LookupParameter<IVRPEncoding>("VRPTours", "The VRP tours to be created."));
    4748    }
     49
     50    protected VRPCreator(VRPCreator original, Cloner cloner)
     51      : base(original, cloner) {
     52    }
    4853  }
    4954}
Note: See TracChangeset for help on using the changeset viewer.