Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/17/12 21:23:36 (12 years ago)
Author:
abeham
Message:

#1614

  • Added a property ReferencePublication
  • Added a custom combobox that can display a tooltip for each item
  • Added tooltip for the different providers stating link and reference publication
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBTSPInstanceProvider.cs

    r7470 r7482  
    3838    }
    3939
    40     public override Uri Link {
     40    public override Uri WebLink {
    4141      get { return new Uri("http://comopt.ifi.uni-heidelberg.de/software/TSPLIB95/"); }
     42    }
     43
     44    public override string ReferencePublication {
     45      get {
     46        return @"G. Reinelt. 1991.
     47TSPLIB - A Traveling Salesman Problem Library.
     48ORSA Journal on Computing, 3, pp. 376-384.";
     49      }
    4250    }
    4351
Note: See TracChangeset for help on using the changeset viewer.