Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Moves/VRPMoveAttribute.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Moves/VRPMoveAttribute.cs
r13368 r14711 26 26 namespace HeuristicLab.Problems.VehicleRouting.Encodings.General { 27 27 [Item("VRPMoveAttribute", "Base class for specifying a move attribute")] 28 [Storable Class("397647CD-8B9B-425A-B7D9-EC0D835FB964")]28 [StorableType("397647CD-8B9B-425A-B7D9-EC0D835FB964")] 29 29 public class VRPMoveAttribute : Item { 30 30 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.