Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/09/10 09:55:31 (14 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/VRPOperator.cs

    r4365 r4752  
    2929using HeuristicLab.Parameters;
    3030using HeuristicLab.Operators;
     31using HeuristicLab.Common;
    3132
    3233namespace HeuristicLab.Problems.VehicleRouting.Encodings {
     
    4950        Parameters.Add(new LookupParameter<IVRPProblemInstance>("ProblemInstance", "The VRP problem instance"));
    5051    }
     52
     53    protected VRPOperator(VRPOperator original, Cloner cloner)
     54      : base(original, cloner) {
     55    }
    5156  }
    5257}
Note: See TracChangeset for help on using the changeset viewer.