Changeset 16009
- Timestamp:
- 07/24/18 16:26:12 (6 years ago)
- Location:
- branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPIOInstanceProvider.cs
r16005 r16009 48 48 public override string ReferencePublication 49 49 { 50 get { return String.Empty; }50 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"; } 51 51 } 52 52 -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPMBInstanceProvider.cs
r16005 r16009 48 48 public override string ReferencePublication 49 49 { 50 get { return String.Empty; }50 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"; } 51 51 } 52 52 -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPRANDA1InstanceProvider.cs
r16005 r16009 48 48 public override string ReferencePublication 49 49 { 50 get { return String.Empty; }50 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"; } 51 51 } 52 52 -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPRANDA2InstanceProvider.cs
r16005 r16009 48 48 public override string ReferencePublication 49 49 { 50 get { return String.Empty; }50 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"; } 51 51 } 52 52 -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPRANDBInstanceProvider.cs
r16005 r16009 48 48 public override string ReferencePublication 49 49 { 50 get { return String.Empty; }50 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"; } 51 51 } 52 52 -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPSGBInstanceProvider.cs
r16005 r16009 48 48 public override string ReferencePublication 49 49 { 50 get { return String.Empty; }50 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"; } 51 51 } 52 52 -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPSPECInstanceProvider.cs
r16005 r16009 48 48 public override string ReferencePublication 49 49 { 50 get { return String.Empty; }50 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"; } 51 51 } 52 52 -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/LOP/LOPXLOLIBInstanceProvider.cs
r16005 r16009 48 48 public override string ReferencePublication 49 49 { 50 get { return String.Empty; }50 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"; } 51 51 } 52 52 -
branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/PFSP/FSSPTAILIBInstanceProvider.cs
r16003 r16009 48 48 public override string ReferencePublication 49 49 { 50 get { return String.Empty; }50 get { return "Taillard, E. (1993). Benchmarks for basic scheduling problems. European Journal of Operational Research, 64(2), 278–285. https://doi.org/10.1016/0377-2217(93)90182-m"; } 51 51 } 52 52
Note: See TracChangeset
for help on using the changeset viewer.