Changeset 14929 for branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPManipulator.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/IVRPManipulator.cs
r14185 r14929 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Optimization; 24 using HeuristicLab.Persistence; 24 25 25 26 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { 27 [StorableType("c2a81f11-d970-46e0-ac0e-8321db70616a")] 26 28 public interface IVRPManipulator : IVRPOperator, IManipulator { 27 29 ILookupParameter<IVRPEncoding> VRPToursParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.