Changeset 13890 for trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/RealWorld
- Timestamp:
- 06/10/16 10:54:49 (9 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/RealWorld
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/RealWorld/RealWorldRegressionInstanceProvider.cs
r12687 r13890 51 51 descriptorList.Add(new Tower()); 52 52 descriptorList.Add(new Powermeter()); 53 descriptorList.Add(new SARCOS()); 53 54 var solutionsArchiveName = GetResourceName(FileName + @"\.zip"); 54 55 if (!String.IsNullOrEmpty(solutionsArchiveName)) {
Note: See TracChangeset
for help on using the changeset viewer.