- Timestamp:
- 07/03/12 13:41:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.ElloumiCTAP/3.3/ElloumiCTAPInstanceProvider.cs
r8180 r8192 103 103 } 104 104 105 public override CTAPData LoadData(string path) { 105 public override bool CanImportData { 106 get { return true; } 107 } 108 public override CTAPData ImportData(string path) { 106 109 var parser = new ElloumiCTAPParser(); 107 110 parser.Parse(path);
Note: See TracChangeset
for help on using the changeset viewer.