Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/07/10 17:24:00 (14 years ago)
Author:
svonolfe
Message:

Added move operators (WIP) (#1177)

File:
1 moved

Legend:

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

    r4365 r4369  
    3232
    3333namespace HeuristicLab.Problems.VehicleRouting.Encodings.Alba {
    34   [Item("AlbaOperator", "Represents a VRP operator.")]
    35   [StorableClass]
    36   public abstract class AlbaOperator : VRPOperator,
     34  public interface IAlbaOperator:
    3735    ISingleDepotOperator, IHeterogenousCapacitatedOperator, ITimeWindowedOperator {   
    38     [StorableConstructor]
    39     protected AlbaOperator(bool deserializing) : base(deserializing) { }
    40 
    41     public AlbaOperator()
    42       : base() {
    43     }
    4436  }
    4537}
Note: See TracChangeset for help on using the changeset viewer.