- Timestamp:
- 06/22/15 16:56:47 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/ICapacitatedProblemInstance.cs
r12012 r12488 25 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { 26 26 public interface ICapacitatedProblemInstance : IVRPProblemInstance { 27 DoubleValue OverloadPenalty { get; set; } 27 DoubleValue OverloadPenalty { get; } 28 DoubleValue CurrentOverloadPenalty { get; set; } 28 29 } 29 30 }
Note: See TracChangeset
for help on using the changeset viewer.