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/NodeCollection.cs

    r11525 r11526  
    2020#endregion
    2121
     22using HeuristicLab.Common;
     23using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2224using System.Collections.Generic;
    23 using HeuristicLab.Common;
    24 using HeuristicLab.Core;
    25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2625
    27 namespace HeuristicLab.Optimization.Networks {
     26namespace HeuristicLab.Core.Networks {
    2827  [StorableClass]
    2928  [Item("NodeCollection", "Represents a collection of optimization network nodes.")]
Note: See TracChangeset for help on using the changeset viewer.