- Timestamp:
- 02/17/12 21:23:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.Instances.ElloumiCTAP/3.3/ElloumiCTAPInstanceProvider.cs
r7466 r7482 37 37 } 38 38 39 public override Uri Link {39 public override Uri WebLink { 40 40 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. 46 Contribution for solving non linear programs with o-1 variables, application to task assignment problems in distributed systems. 47 PhD Thesis. Conservatoire National des Arts et Métiers, Paris."; 48 } 41 49 } 42 50
Note: See TracChangeset
for help on using the changeset viewer.