Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/PermutationEncoding.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/PermutationEncoding.cs
r13368 r14711 30 30 namespace HeuristicLab.Problems.VehicleRouting.Encodings.General { 31 31 [Item("PermutationEncoding", "Represents a base class for permutation encodings of VRP solutions.")] 32 [Storable Class("63BC9262-9156-488C-87A1-2D6244838DDC")]32 [StorableType("63BC9262-9156-488C-87A1-2D6244838DDC")] 33 33 public abstract class PermutationEncoding : Permutation, IVRPEncoding { 34 34 #region IVRPEncoding Members
Note: See TracChangeset
for help on using the changeset viewer.