Changeset 8180 for trunk/sources/HeuristicLab.Problems.Instances.VehicleRouting/3.4/VRPInstanceProvider.cs
- Timestamp:
- 07/02/12 16:07:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.VehicleRouting/3.4/VRPInstanceProvider.cs
r7956 r8180 106 106 107 107 protected abstract T LoadData(Stream stream); 108 public override void SaveData(T instance, string path) {109 throw new NotSupportedException();110 }111 108 112 109 public IVRPData LoadData(string vrpFile, string tourFile) {
Note: See TracChangeset
for help on using the changeset viewer.