Changeset 11282
- Timestamp:
- 08/19/14 10:31:01 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.VehicleRouting/3.4/CordeauFormat/CordeauInstanceProvider.cs
r11280 r11282 39 39 40 40 public override Uri WebLink { 41 get { return new Uri(@"http:// www.bernabe.dorronsoro.es/vrp/"); }41 get { return new Uri(@"http://neo.lcc.uma.es/vrp/vrp-instances/"); } 42 42 } 43 43 44 44 public override string ReferencePublication { 45 get { return null; } 45 get { return @"J.-F. Cordeau, M. Gendreau, G. Laporte. 1997. 46 A tabu search heuristic for periodic and multi-depot vehicle routing problems. 47 Networks, 30, pp. 105–119."; } 46 48 } 47 49
Note: See TracChangeset
for help on using the changeset viewer.