Changeset 14712 for branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/MultiDepot
- Timestamp:
- 03/03/17 17:33:24 (8 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/MultiDepot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/MultiDepot/IMultiDepotOperator.cs
r12012 r14712 23 23 24 24 namespace HeuristicLab.Problems.VehicleRouting.Variants { 25 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("3F90DA80-4767-433A-8ED1-017C1FF1FD2E")] 25 26 public interface IMultiDepotOperator : IVRPOperator { 26 27 } -
branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/MultiDepot/IMultiDepotProblemInstance.cs
r12012 r14712 24 24 25 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { 26 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("A9C81634-CB30-412A-8570-7C472D196FDC")] 26 27 public interface IMultiDepotProblemInstance : IVRPProblemInstance { 27 28 IntValue Depots { get; }
Note: See TracChangeset
for help on using the changeset viewer.