Changeset 12515 for branches/HiveStatistics/sources/HeuristicLab.Problems.VehicleRouting/3.4/Variants/PickupAndDelivery
- Timestamp:
- 06/25/15 18:21:19 (9 years ago)
- Location:
- branches/HiveStatistics/sources/HeuristicLab.Problems.VehicleRouting
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Problems.VehicleRouting
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.VehicleRouting (added) merged: 12488,12504
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.Problems.VehicleRouting/3.4/Variants/PickupAndDelivery/IPickupAndDeliveryProblemInstance.cs
r12012 r12515 26 26 public interface IPickupAndDeliveryProblemInstance : IVRPProblemInstance { 27 27 IntArray PickupDeliveryLocation { get; } 28 DoubleValue PickupViolationPenalty { get; set; } 28 DoubleValue PickupViolationPenalty { get; } 29 DoubleValue CurrentPickupViolationPenalty { get; set; } 29 30 30 31 int GetPickupDeliveryLocation(int city);
Note: See TracChangeset
for help on using the changeset viewer.