- Timestamp:
- 07/03/12 16:46:35 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:mergeinfo changed
/trunk/sources merged: 8084,8088-8090,8092-8100,8102-8113,8115,8117-8132,8134-8146,8148-8156,8158-8160,8163-8170,8173-8176,8178-8190,8192-8205
- Property svn:mergeinfo changed
-
branches/GP-MoveOperators/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/CordeauGQAPInstanceProvider.cs
r8085 r8206 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); … … 90 93 91 94 return instance; 92 }93 94 public override void SaveData(GQAPData instance, string path) {95 throw new NotSupportedException();96 95 } 97 96
Note: See TracChangeset
for help on using the changeset viewer.