Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/07/14 01:06:03 (9 years ago)
Author:
swagner
Message:

#2205: Worked on optimization networks

Location:
branches/OptimizationNetworks/HeuristicLab.Optimization.Networks/3.3/Core.Networks
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Optimization.Networks/3.3/Core.Networks/Node.cs

    r11525 r11526  
    2020#endregion
    2121
    22 using System;
    23 using System.Drawing;
    2422using HeuristicLab.Common;
    25 using HeuristicLab.Core;
    2623using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2724using System.Collections.Generic;
     25using System.Drawing;
    2826using System.Linq;
    2927
    30 namespace HeuristicLab.Optimization.Networks {
     28namespace HeuristicLab.Core.Networks {
    3129  [Item("Node", "A node of an optimization network.")]
    3230  [StorableClass]
Note: See TracChangeset for help on using the changeset viewer.