Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/19/19 10:47:55 (5 years ago)
Author:
fholzing
Message:

#2864: Unified and replaced (broken) WebLink and used K&R Style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPSPECInstanceProvider.cs

    r16013 r16840  
    2020#endregion
    2121
    22 using System;
    2322
    2423namespace HeuristicLab.Problems.Instances.PermutationProblems.LinearOrdering {
    2524  public class LOPSPECInstanceProvider : LOPInstanceProvider {
    2625
    27     public override string Name
    28     {
     26    public override string Name {
    2927      get { return "SPEC"; }
    3028    }
    3129
    32     public override string Description
    33     {
     30    public override string Description {
    3431      get { return "Linear Ordering Problems SPEC test instances"; }
    35     }
    36 
    37     public override Uri WebLink
    38     {
    39       get { return new Uri("http://www.optsicom.es/lolib/lop/Spec.zip"); }
    4032    }
    4133  }
Note: See TracChangeset for help on using the changeset viewer.