Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/22/14 02:20:11 (9 years ago)
Author:
swagner
Message:

#2205: Implemented review comments:

  • checked and adapted item images
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Networks/3.3/KSPTSPNetworkCode.cs

    r11577 r11712  
    3232using HeuristicLab.Problems.Knapsack;
    3333using HeuristicLab.Problems.TravelingSalesman;
    34 using System.Drawing;
    3534using System.Linq;
    3635
     
    3837  [Item("KSPTSPNetwork", "An optimization network which connects a KSP and a TSP.")]
    3938  public class CompiledKSPTSPNetwork : ProgrammableNetwork.CompiledProgrammableNetwork {
    40     public static new Image StaticItemImage {
    41       get { return HeuristicLab.Common.Resources.VSImageLibrary.Module; }
    42     }
    43 
    4439    protected CompiledKSPTSPNetwork(CompiledKSPTSPNetwork original, Cloner cloner) : base(original, cloner) { }
    4540    public CompiledKSPTSPNetwork(ProgrammableNetwork context)
Note: See TracChangeset for help on using the changeset viewer.