Changeset 16009 for branches/2864_PermutationProblems/HeuristicLab.Problems.Instances.PermutationProblems/3.3/PFSP/FSSPTAILIBInstanceProvider.cs
- Timestamp:
- 07/24/18 16:26:12 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.