Changeset 14927 for branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/VRPEvaluator.cs
- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/VRPEvaluator.cs
r14185 r14927 24 24 using HeuristicLab.Data; 25 25 using HeuristicLab.Parameters; 26 using HeuristicLab.Persistence .Default.CompositeSerializers.Storable;26 using HeuristicLab.Persistence; 27 27 using HeuristicLab.Problems.VehicleRouting.Encodings; 28 28 using HeuristicLab.Problems.VehicleRouting.Interfaces; … … 30 30 namespace HeuristicLab.Problems.VehicleRouting.ProblemInstances { 31 31 [Item("VRPEvaluator", "Represents a VRP evaluator.")] 32 [Storable Class]32 [StorableType("1645703c-2585-4b9f-8c3e-cc0e9738c0ac")] 33 33 public abstract class VRPEvaluator : VRPOperator, IVRPEvaluator { 34 34 public ILookupParameter<IVRPEncoding> VRPToursParameter {
Note: See TracChangeset
for help on using the changeset viewer.