Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/17/12 21:23:36 (13 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.ElloumiCTAP/3.3/ElloumiCTAPInstanceProvider.cs

    r7466 r7482  
    3737    }
    3838
    39     public override Uri Link {
     39    public override Uri WebLink {
    4040      get { return new Uri("http://cedric.cnam.fr/oc/TAP/TAP.html"); }
     41    }
     42
     43    public override string ReferencePublication {
     44      get {
     45        return @"Elloumi, S. 1991.
     46Contribution for solving non linear programs with o-1 variables, application to task assignment problems in distributed systems.
     47PhD Thesis. Conservatoire National des Arts et Métiers, Paris.";
     48      }
    4149    }
    4250
Note: See TracChangeset for help on using the changeset viewer.