- Timestamp:
- 12/22/14 02:20:11 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OptimizationNetworks/HeuristicLab.Networks/3.3/KSPTSPConnectorCode.cs
r11577 r11712 27 27 using HeuristicLab.Networks.Programmable; 28 28 using HeuristicLab.Problems.TravelingSalesman; 29 using System.Drawing;30 29 using System.Linq; 31 30 using System.Threading; … … 34 33 [Item("KSPTSPConnector", "A node of an optimization network which connects a KSP and a TSP.")] 35 34 public class CompiledKSPTSPConnector : ProgrammableNode.CompiledProgrammableNode { 36 public static new Image StaticItemImage {37 get { return HeuristicLab.Common.Resources.VSImageLibrary.RadialChart; }38 }39 40 35 protected CompiledKSPTSPConnector(CompiledKSPTSPConnector original, Cloner cloner) : base(original, cloner) { } 41 36 public CompiledKSPTSPConnector(ProgrammableNode context)
Note: See TracChangeset
for help on using the changeset viewer.