Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11282


Ignore:
Timestamp:
08/19/14 10:31:01 (10 years ago)
Author:
abeham
Message:

#2226: added reference publication and updated URL of Cordeau instance provider

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.VehicleRouting/3.4/CordeauFormat/CordeauInstanceProvider.cs

    r11280 r11282  
    3939
    4040    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/"); }
    4242    }
    4343
    4444    public override string ReferencePublication {
    45       get { return null; }
     45      get { return @"J.-F. Cordeau, M. Gendreau, G. Laporte. 1997.
     46A tabu search heuristic for periodic and multi-depot vehicle routing problems.
     47Networks, 30, pp. 105–119."; }
    4648    }
    4749
Note: See TracChangeset for help on using the changeset viewer.