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/LOPInstanceProvider.cs

    r16834 r16840  
    1010  public abstract class LOPInstanceProvider : ProblemInstanceProvider<LOPData> {
    1111    public override string ReferencePublication {
    12       get { return "Martí, R., & Reinelt, G. (2011). The Linear Ordering Problem. Applied Mathematical Sciences. Springer Berlin Heidelberg. https://doi.org/10.1007/978-3-642-16729-4"; }
     12      get { return "Martí, R., & Reinelt, G. (2011). The Linear Ordering Problem. Applied Mathematical Sciences. Springer Berlin Heidelberg."; }
    1313    }
     14
     15    public override Uri WebLink => new Uri("https://doi.org/10.1007/978-3-642-16729-4");
    1416
    1517    public override IEnumerable<IDataDescriptor> GetDataDescriptors() {
Note: See TracChangeset for help on using the changeset viewer.