Changeset 7805 for branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.Instances.Regression/3.4/RealWorld
- Timestamp:
- 05/14/12 15:21:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.Instances.Regression/3.4/RealWorld/RealWorldInstanceProvider.cs
r7759 r7805 39 39 } 40 40 41 protected override string File Extension{ get { return "RealWorld"; } }41 protected override string FileName { get { return "RealWorld"; } } 42 42 } 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.