Changeset 14712 for branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDExchange
- Timestamp:
- 03/03/17 17:33:24 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDExchange/IPotvinPDExchangeMoveOperator.cs
r12012 r14712 24 24 25 25 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Potvin { 26 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("D2A916E3-2437-449E-8137-9B86BDC69C9F")] 26 27 public interface IPotvinPDExchangeMoveOperator : IVRPMoveOperator { 27 28 ILookupParameter<PotvinPDExchangeMove> PDExchangeMoveParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.