Changeset 13368 for branches/PersistenceOverhaul/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt/Trail.cs
- Timestamp:
- 11/24/15 17:08:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt/Trail.cs
r13269 r13368 32 32 /// </summary> 33 33 [Item("AntTrail", "Represents a trail of an artificial ant which can be visualized in the GUI.")] 34 [StorableClass ]34 [StorableClass("2B4B2242-3BA5-40F4-9D6B-7D76568715F0")] 35 35 public sealed class Solution : Item { 36 36 public static new Image StaticItemImage {
Note: See TracChangeset
for help on using the changeset viewer.