Changeset 3306 for trunk/sources/HeuristicLab.Problems.TravelingSalesman
- Timestamp:
- 04/12/10 04:53:48 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TravelingSalesman/3.3/PathTSPTour.cs
r3239 r3306 21 21 22 22 using System; 23 using System.Drawing; 23 24 using HeuristicLab.Common; 24 25 using HeuristicLab.Core; … … 34 35 [StorableClass] 35 36 public sealed class PathTSPTour : Item { 37 public override Image ItemImage { 38 get { return HeuristicLab.Common.Resources.VS2008ImageLibrary.Image; } 39 } 40 36 41 private DoubleMatrix coordinates; 37 42 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.