Changeset 7759 for branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.Instances.Regression/3.4/RealWorld/RealWorldInstanceProvider.cs
- Timestamp:
- 04/24/12 16:37:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.Instances.Regression/3.4/RealWorld/RealWorldInstanceProvider.cs
r7758 r7759 39 39 } 40 40 41 protected override string File Name{ get { return "RealWorld"; } }41 protected override string FileExtension { get { return "RealWorld"; } } 42 42 } 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.