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/ProblemInstances/VRPProblemInstance.cs

    r4380 r4752  
    3131using HeuristicLab.Optimization;
    3232using HeuristicLab.PluginInfrastructure;
     33using HeuristicLab.Common;
    3334
    3435namespace HeuristicLab.Problems.VehicleRouting.ProblemInstances {
     
    192193      Parameters.Add(new ValueParameter<IVRPEvaluator>("Evaluator", "The operator which should be used to evaluate VRP solutions.", Evaluator));
    193194    }
     195
     196    protected VRPProblemInstance(VRPProblemInstance original, Cloner cloner)
     197      : base(original, cloner) {
     198    }
    194199  }
    195200}
Note: See TracChangeset for help on using the changeset viewer.