Changeset 6857 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/IPotvinOperator.cs
- Timestamp:
- 09/30/11 15:23:48 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/IPotvinOperator.cs
r4376 r6857 32 32 33 33 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Potvin { 34 public interface IPotvinOperator : 35 ISingleDepotOperator, IHomogenousCapacitatedOperator, ITimeWindowedOperator { 34 public interface IPotvinOperator : 35 ISingleDepotOperator, IHomogenousCapacitatedOperator, ITimeWindowedOperator, 36 IMultiDepotOperator, IHeterogenousCapacitatedOperator { 36 37 } 37 38 }
Note: See TracChangeset
for help on using the changeset viewer.