Changeset 13656 for branches/WebJobManager/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt
- Timestamp:
- 03/07/16 10:18:05 (9 years ago)
- Location:
- branches/WebJobManager
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/WebJobManager/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt/Trail.cs
r13269 r13656 20 20 #endregion 21 21 22 using System.Drawing;23 22 using HeuristicLab.Common; 24 23 using HeuristicLab.Core; … … 34 33 [StorableClass] 35 34 public sealed class Solution : Item { 36 public static new Image StaticItemImage { 37 get { return HeuristicLab.Common.Resources.VSImageLibrary.Image; } 38 } 35 39 36 [Storable] 40 37 public ISymbolicExpressionTree SymbolicExpressionTree { get; private set; }
Note: See TracChangeset
for help on using the changeset viewer.