Changeset 8206 for branches/GP-MoveOperators/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBInstanceProvider.cs
- 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.TSPLIB/3.3/TSPLIBInstanceProvider.cs
r7638 r8206 90 90 } 91 91 92 public override T LoadData(string path) { 92 public override bool CanImportData { 93 get { return true; } 94 } 95 public override T ImportData(string path) { 93 96 return LoadInstance(new TSPLIBParser(path)); 94 }95 96 public override void SaveData(T instance, string path) {97 throw new NotSupportedException();98 97 } 99 98
Note: See TracChangeset
for help on using the changeset viewer.