Changeset 14712 for branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Homogenous
- Timestamp:
- 03/03/17 17:33:24 (8 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Homogenous
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Homogenous/IHomogenousCapacitatedOperator.cs
r12012 r14712 22 22 23 23 namespace HeuristicLab.Problems.VehicleRouting.Variants { 24 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("8CD87FFF-439F-481A-90ED-BA4B407080B3")] 24 25 public interface IHomogenousCapacitatedOperator : ICapacitatedOperator { 25 26 } -
branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Homogenous/IHomogenousCapacitatedProblemInstance.cs
r12012 r14712 23 23 24 24 namespace HeuristicLab.Problems.VehicleRouting.Variants { 25 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("52CDFAE8-14F7-4F50-8135-1E41E8D2A94F")] 25 26 public interface IHomogenousCapacitatedProblemInstance : ICapacitatedProblemInstance { 26 27 DoubleValue Capacity { get; }
Note: See TracChangeset
for help on using the changeset viewer.