Changeset 14929 for branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPProblemInstance.cs
- Timestamp:
- 05/04/17 19:06:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPProblemInstance.cs
r14185 r14929 25 25 using HeuristicLab.Data; 26 26 using HeuristicLab.Problems.VehicleRouting.ProblemInstances; 27 using HeuristicLab.Persistence; 27 28 28 29 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { 30 [StorableType("4e582bac-b8b2-4f8b-b84c-839c50790188")] 29 31 public interface IVRPProblemInstance : IParameterizedNamedItem { 30 32 IVRPEvaluator SolutionEvaluator { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.