- Timestamp:
- 05/23/12 17:41:54 (12 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/SolomonFormat
- Files:
-
- 1 added
- 1 copied
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/SolomonFormat/HombergerInstanceProvider.cs
r7881 r7882 43 43 44 44 public override string ReferencePublication { 45 get { return "none"; }45 get { return null; } 46 46 } 47 47 -
branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/SolomonFormat/SolomonInstanceProvider.cs
r7881 r7882 43 43 44 44 public override string ReferencePublication { 45 get { return "none"; }45 get { return null; } 46 46 } 47 47
Note: See TracChangeset
for help on using the changeset viewer.