Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/25/14 05:15:09 (9 years ago)
Author:
swagner
Message:

#2205: Restructured solution and projects and switched all projects to .NET 4.5

Location:
branches/OptimizationNetworks/HeuristicLab.Networks
Files:
1 copied
1 moved

Legend:

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

    r11576 r11577  
    2525using HeuristicLab.Data;
    2626using HeuristicLab.Encodings.BinaryVectorEncoding;
     27using HeuristicLab.Networks.Programmable;
    2728using HeuristicLab.Problems.TravelingSalesman;
    2829using System.Drawing;
     
    3031using System.Threading;
    3132
    32 namespace HeuristicLab.Optimization.Networks.KSPTSP {
     33namespace HeuristicLab.Networks {
    3334  [Item("KSPTSPConnector", "A node of an optimization network which connects a KSP and a TSP.")]
    3435  public class CompiledKSPTSPConnector : ProgrammableNode.CompiledProgrammableNode {
Note: See TracChangeset for help on using the changeset viewer.