Changeset 12687 for trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/RealWorld
- Timestamp:
- 07/08/15 15:10:01 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/RealWorld/RealWorldRegressionInstanceProvider.cs
r12012 r12687 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.