Changeset 14927 for branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Improver/VRPImprovementOperator.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/Improver/VRPImprovementOperator.cs
r14185 r14927 26 26 using HeuristicLab.Optimization; 27 27 using HeuristicLab.Parameters; 28 using HeuristicLab.Persistence .Default.CompositeSerializers.Storable;28 using HeuristicLab.Persistence; 29 29 using HeuristicLab.Problems.VehicleRouting.Encodings; 30 30 using HeuristicLab.Problems.VehicleRouting.Encodings.Potvin; … … 37 37 /// </summary> 38 38 [Item("VRPImprovementOperator", "A base class for operators which improve VRP solutions.")] 39 [Storable Class]39 [StorableType("7349068a-8bb5-457c-8e4b-75e90450b5a0")] 40 40 public abstract class VRPImprovementOperator : VRPOperator, IGeneralVRPOperator, ISingleObjectiveImprovementOperator { 41 41 #region Parameter properties
Note: See TracChangeset
for help on using the changeset viewer.