Changeset 16004 for branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPXLOLIBInstanceProvider.cs
- Timestamp:
- 07/24/18 15:07:43 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPXLOLIBInstanceProvider.cs
r16003 r16004 20 20 #endregion 21 21 22 using HeuristicLab.Problems.Instances.Types;23 22 using System; 24 23 using System.Collections.Generic; … … 28 27 using System.Reflection; 29 28 using System.Text.RegularExpressions; 29 using HeuristicLab.Problems.Instances.Types; 30 30 31 31 namespace HeuristicLab.Problems.Instances.PermutationProblems.LinearOrdering { … … 44 44 public override Uri WebLink 45 45 { 46 get { return new Uri("http://www.optsicom.es/lolib/lop/ XLOLIB.zip"); }46 get { return new Uri("http://www.optsicom.es/lolib/lop/xLOLIB.zip"); } 47 47 } 48 48
Note: See TracChangeset
for help on using the changeset viewer.