- Timestamp:
- 07/03/12 13:41:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/CordeauGQAPInstanceProvider.cs
r8180 r8192 81 81 } 82 82 83 public override GQAPData LoadData(string path) { 83 public override bool CanImportData { 84 get { return true; } 85 } 86 public override GQAPData ImportData(string path) { 84 87 var parser = new CordeauGQAPParser(); 85 88 parser.Parse(path);
Note: See TracChangeset
for help on using the changeset viewer.