Changeset 16004 for branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP
- Timestamp:
- 07/24/18 15:07:43 (6 years ago)
- Location:
- branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPIOInstanceProvider.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 { -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPMBInstanceProvider.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 { -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPRANDA1InstanceProvider.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/R ANDA1.zip"); }46 get { return new Uri("http://www.optsicom.es/lolib/lop/RandA1.zip"); } 47 47 } 48 48 -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPRANDA2InstanceProvider.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/R ANDA2.zip"); }46 get { return new Uri("http://www.optsicom.es/lolib/lop/RandA2.zip"); } 47 47 } 48 48 -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPRANDBInstanceProvider.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/R ANDB.zip"); }46 get { return new Uri("http://www.optsicom.es/lolib/lop/RandB.zip"); } 47 47 } 48 48 -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPSGBInstanceProvider.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 { -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPSPECInstanceProvider.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/S PEC.zip"); }46 get { return new Uri("http://www.optsicom.es/lolib/lop/Spec.zip"); } 47 47 } 48 48 -
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.