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.QAPLIB/3.3/QAPLIBInstanceProvider.cs

    r7466 r7482  
    3737    }
    3838
    39     public override Uri Link {
     39    public override Uri WebLink {
    4040      get { return new Uri("http://www.seas.upenn.edu/qaplib/"); }
     41    }
     42
     43    public override string ReferencePublication {
     44      get {
     45        return @"R. E. Burkard, S. E. Karisch, and F. Rendl. 1997.
     46QAPLIB - A Quadratic Assignment Problem Library.
     47Journal of Global Optimization, 10, pp. 391-403.";
     48      }
    4149    }
    4250
Note: See TracChangeset for help on using the changeset viewer.