Changeset 17699 for branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces
- Timestamp:
- 07/25/20 01:23:08 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPEncoding.cs
r17698 r17699 22 22 using HEAL.Attic; 23 23 using HeuristicLab.Optimization; 24 using HeuristicLab.Problems.VehicleRouting.Interfaces;25 24 26 25 namespace HeuristicLab.Problems.VehicleRouting { … … 28 27 [StorableType("b6674651-cc95-48d8-a2c3-83ee9325def3")] 29 28 public interface IVRPEncoding : IEncoding { } 30 31 [StorableType("7d010ab3-2e01-4383-bb6c-7c47ef9d803f")]32 public interface IVRPEncoding<T> : IVRPEncoding, IEncoding<T> where T : class, IVRPEncodedSolution { }33 29 }
Note: See TracChangeset
for help on using the changeset viewer.