- Timestamp:
- 09/06/11 14:57:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/ICapacitatedProblemInstance.cs
r4376 r6711 29 29 namespace HeuristicLab.Problems.VehicleRouting.Variants { 30 30 public interface ICapacitatedProblemInstance: IVRPProblemInstance { 31 DoubleValue OverloadPenalty { get; }31 DoubleValue OverloadPenalty { get; set; } 32 32 } 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.