Changeset 14712 for branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/SingleDepot
- Timestamp:
- 03/03/17 17:33:24 (8 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/SingleDepot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/SingleDepot/ISingleDepotOperator.cs
r12012 r14712 23 23 24 24 namespace HeuristicLab.Problems.VehicleRouting.Variants { 25 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("8D1975FC-F124-4D69-A90A-52FEF98FA5DC")] 25 26 public interface ISingleDepotOperator : IVRPOperator { 26 27 } -
branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/SingleDepot/ISingleDepotProblemInstance.cs
r12012 r14712 23 23 24 24 namespace HeuristicLab.Problems.VehicleRouting.Variants { 25 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("1AFD587E-EA99-4EA0-853F-8345417B164C")] 25 26 public interface ISingleDepotProblemInstance : IVRPProblemInstance { 26 27 }
Note: See TracChangeset
for help on using the changeset viewer.