Changeset 8206 for branches/GP-MoveOperators/HeuristicLab.Problems.Instances/3.3/IProblemInstanceProvider.cs
- Timestamp:
- 07/03/12 16:46:35 (13 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 3 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
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.Instances merged: 8180,8192
- Property svn:mergeinfo changed
-
branches/GP-MoveOperators/HeuristicLab.Problems.Instances/3.3/IProblemInstanceProvider.cs
r8085 r8206 35 35 IEnumerable<IDataDescriptor> GetDataDescriptors(); 36 36 TData LoadData(IDataDescriptor descriptor); 37 TData LoadData(string path);38 37 39 void SaveData(TData instance, string path); 38 bool CanImportData { get; } 39 TData ImportData(string path); 40 41 bool CanExportData { get; } 42 void ExportData(TData instance, string path); 40 43 } 41 44 }
Note: See TracChangeset
for help on using the changeset viewer.