Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/03/10 11:15:22 (14 years ago)
Author:
svonolfe
Message:

Worked on the evaluators and on the project structure of the VRP plugin - WIP (#1177)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/VRPEncoding.cs

    r4362 r4363  
    2727using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2828using HeuristicLab.Core;
    29 using HeuristicLab.Problems.VehicleRouting.DomainModel;
    3029
    3130namespace HeuristicLab.Problems.VehicleRouting.Encodings {
     
    3837    protected VRPEncoding(bool deserializing) : base(deserializing) { }
    3938
    40      public VRPEncoding()
     39    public VRPEncoding()
    4140      : base() {
    4241    }
Note: See TracChangeset for help on using the changeset viewer.