Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/TourEncoding.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/TourEncoding.cs
r13368 r14711 29 29 namespace HeuristicLab.Problems.VehicleRouting.Encodings.General { 30 30 [Item("TourEncoding", "Represents a base class for tour encodings of VRP solutions.")] 31 [Storable Class("C2D99CEE-997E-4C58-93EA-F8918E613884")]31 [StorableType("C2D99CEE-997E-4C58-93EA-F8918E613884")] 32 32 public abstract class TourEncoding : Item, IVRPEncoding { 33 33 public static new Image StaticItemImage {
Note: See TracChangeset
for help on using the changeset viewer.