Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Edge.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Edge.cs
r13368 r14711 26 26 namespace HeuristicLab.Encodings.PermutationEncoding { 27 27 [Item("Edge", "An edge between two integer nodes and a flag for the direction.")] 28 [Storable Class("D680CEE9-7AD1-4B9C-BCF1-6A164B419134")]28 [StorableType("D680CEE9-7AD1-4B9C-BCF1-6A164B419134")] 29 29 public class Edge : Item { 30 30 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.