Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/07/16 10:18:05 (8 years ago)
Author:
ascheibe
Message:

#2582 created branch for Hive Web Job Manager

Location:
branches/WebJobManager
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/WebJobManager/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt/Trail.cs

    r13269 r13656  
    2020#endregion
    2121
    22 using System.Drawing;
    2322using HeuristicLab.Common;
    2423using HeuristicLab.Core;
     
    3433  [StorableClass]
    3534  public sealed class Solution : Item {
    36     public static new Image StaticItemImage {
    37       get { return HeuristicLab.Common.Resources.VSImageLibrary.Image; }
    38     }
     35
    3936    [Storable]
    4037    public ISymbolicExpressionTree SymbolicExpressionTree { get; private set; }
Note: See TracChangeset for help on using the changeset viewer.