Changeset 14712 for branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/PickupAndDelivery
- Timestamp:
- 03/03/17 17:33:24 (8 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/PickupAndDelivery
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/PickupAndDelivery/IPickupAndDeliveryOperator.cs
r12012 r14712 23 23 24 24 namespace HeuristicLab.Problems.VehicleRouting.Variants { 25 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("3359B570-9D54-40B3-A2D4-A11E0A51C764")] 25 26 public interface IPickupAndDeliveryOperator : IVRPOperator { 26 27 } -
branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/PickupAndDelivery/IPickupAndDeliveryProblemInstance.cs
r12488 r14712 24 24 25 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { 26 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("BB173186-8D27-4BCB-B514-4BB2D56C35AF")] 26 27 public interface IPickupAndDeliveryProblemInstance : IVRPProblemInstance { 27 28 IntArray PickupDeliveryLocation { get; }
Note: See TracChangeset
for help on using the changeset viewer.