Changeset 16840 for branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems
- Timestamp:
- 04/19/19 10:47:55 (6 years ago)
- Location:
- branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPIOInstanceProvider.cs
r16013 r16840 20 20 #endregion 21 21 22 using System;23 22 24 23 namespace HeuristicLab.Problems.Instances.PermutationProblems.LinearOrdering { 25 24 public class LOPIOInstanceProvider : LOPInstanceProvider { 26 25 27 public override string Name 28 { 26 public override string Name { 29 27 get { return "IO"; } 30 28 } 31 29 32 public override string Description 33 { 30 public override string Description { 34 31 get { return "Linear Ordering Problems IO test instances"; } 35 }36 37 public override Uri WebLink38 {39 get { return new Uri("http://www.optsicom.es/lolib/lop/IO.zip"); }40 32 } 41 33 } -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPInstanceProvider.cs
r16834 r16840 10 10 public abstract class LOPInstanceProvider : ProblemInstanceProvider<LOPData> { 11 11 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."; } 13 13 } 14 15 public override Uri WebLink => new Uri("https://doi.org/10.1007/978-3-642-16729-4"); 14 16 15 17 public override IEnumerable<IDataDescriptor> GetDataDescriptors() { -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPMBInstanceProvider.cs
r16013 r16840 20 20 #endregion 21 21 22 using System;23 22 24 23 namespace HeuristicLab.Problems.Instances.PermutationProblems.LinearOrdering { 25 24 public class LOPMBInstanceProvider : LOPInstanceProvider { 26 25 27 public override string Name 28 { 26 public override string Name { 29 27 get { return "MB"; } 30 28 } 31 29 32 public override string Description 33 { 30 public override string Description { 34 31 get { return "Linear Ordering Problems MB test instances"; } 35 }36 37 public override Uri WebLink38 {39 get { return new Uri("http://www.optsicom.es/lolib/lop/MB.zip"); }40 32 } 41 33 } -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPRANDA1InstanceProvider.cs
r16013 r16840 20 20 #endregion 21 21 22 using System;23 22 24 23 namespace HeuristicLab.Problems.Instances.PermutationProblems.LinearOrdering { 25 24 public class LOPRANDA1InstanceProvider : LOPInstanceProvider { 26 25 27 public override string Name 28 { 26 public override string Name { 29 27 get { return "RANDA1"; } 30 28 } 31 29 32 public override string Description 33 { 30 public override string Description { 34 31 get { return "Linear Ordering Problems RANDA1 test instances"; } 35 }36 37 public override Uri WebLink38 {39 get { return new Uri("http://www.optsicom.es/lolib/lop/RandA1.zip"); }40 32 } 41 33 } -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPRANDA2InstanceProvider.cs
r16013 r16840 20 20 #endregion 21 21 22 using System;23 22 24 23 namespace HeuristicLab.Problems.Instances.PermutationProblems.LinearOrdering { 25 24 public class LOPRANDA2InstanceProvider : LOPInstanceProvider { 26 25 27 public override string Name 28 { 26 public override string Name { 29 27 get { return "RANDA2"; } 30 28 } 31 29 32 public override string Description 33 { 30 public override string Description { 34 31 get { return "Linear Ordering Problems RANDA2 test instances"; } 35 }36 37 public override Uri WebLink38 {39 get { return new Uri("http://www.optsicom.es/lolib/lop/RandA2.zip"); }40 32 } 41 33 } -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPRANDBInstanceProvider.cs
r16013 r16840 20 20 #endregion 21 21 22 using System;23 22 24 23 namespace HeuristicLab.Problems.Instances.PermutationProblems.LinearOrdering { 25 24 public class LOPRANDBInstanceProvider : LOPInstanceProvider { 26 25 27 public override string Name 28 { 26 public override string Name { 29 27 get { return "RANDB"; } 30 28 } 31 29 32 public override string Description 33 { 30 public override string Description { 34 31 get { return "Linear Ordering Problems RANDB test instances"; } 35 }36 37 public override Uri WebLink38 {39 get { return new Uri("http://www.optsicom.es/lolib/lop/RandB.zip"); }40 32 } 41 33 } -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPSGBInstanceProvider.cs
r16013 r16840 20 20 #endregion 21 21 22 using System;23 22 24 23 namespace HeuristicLab.Problems.Instances.PermutationProblems.LinearOrdering { 25 24 public class LOPSGBInstanceProvider : LOPInstanceProvider { 26 25 27 public override string Name 28 { 26 public override string Name { 29 27 get { return "SGB"; } 30 28 } 31 29 32 public override string Description 33 { 30 public override string Description { 34 31 get { return "Linear Ordering Problems SGB test instances"; } 35 }36 37 public override Uri WebLink38 {39 get { return new Uri("http://www.optsicom.es/lolib/lop/SGB.zip"); }40 32 } 41 33 } -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPSPECInstanceProvider.cs
r16013 r16840 20 20 #endregion 21 21 22 using System;23 22 24 23 namespace HeuristicLab.Problems.Instances.PermutationProblems.LinearOrdering { 25 24 public class LOPSPECInstanceProvider : LOPInstanceProvider { 26 25 27 public override string Name 28 { 26 public override string Name { 29 27 get { return "SPEC"; } 30 28 } 31 29 32 public override string Description 33 { 30 public override string Description { 34 31 get { return "Linear Ordering Problems SPEC test instances"; } 35 }36 37 public override Uri WebLink38 {39 get { return new Uri("http://www.optsicom.es/lolib/lop/Spec.zip"); }40 32 } 41 33 } -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPXLOLIBInstanceProvider.cs
r16013 r16840 20 20 #endregion 21 21 22 using System;23 22 24 23 namespace HeuristicLab.Problems.Instances.PermutationProblems.LinearOrdering { 25 24 public class LOPXLOLIBInstanceProvider : LOPInstanceProvider { 26 25 27 public override string Name 28 { 26 public override string Name { 29 27 get { return "XLOLIB"; } 30 28 } 31 29 32 public override string Description 33 { 30 public override string Description { 34 31 get { return "Linear Ordering Problems XLOLIB test instances"; } 35 }36 37 public override Uri WebLink38 {39 get { return new Uri("http://www.optsicom.es/lolib/lop/xLOLIB.zip"); }40 32 } 41 33 }
Note: See TracChangeset
for help on using the changeset viewer.