Changeset 12689 for branches/HiveStatistics/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/RealWorld/RealWorldRegressionInstanceProvider.cs
- Timestamp:
- 07/08/15 15:32:12 (9 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
-
branches/HiveStatistics/sources/HeuristicLab.Problems.Instances.DataAnalysis
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis merged: 12687-12688
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/RealWorld/RealWorldRegressionInstanceProvider.cs
r12012 r12689 50 50 descriptorList.Add(new Housing()); 51 51 descriptorList.Add(new Tower()); 52 descriptorList.Add(new Powermeter()); 52 53 var solutionsArchiveName = GetResourceName(FileName + @"\.zip"); 53 54 if (!String.IsNullOrEmpty(solutionsArchiveName)) {
Note: See TracChangeset
for help on using the changeset viewer.