Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2883


Ignore:
Timestamp:
03/01/10 01:38:51 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • renamed HeuristicLab.Routing.TSP to HeuristicLab.Problems.TSP
Location:
trunk/sources
Files:
2 added
4 deleted
17 edited
4 copied
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab 3.3.sln

    r2853 r2883  
    3636EndProject
    3737Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Charting-3.3", "HeuristicLab.Charting\3.3\HeuristicLab.Charting-3.3.csproj", "{A8265018-D687-4907-8A36-63B25967A038}"
    38 EndProject
    39 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Routing.TSP-3.3", "HeuristicLab.Routing.TSP\3.3\HeuristicLab.Routing.TSP-3.3.csproj", "{600287A3-8714-453E-B875-A05F3EB72315}"
    4038EndProject
    4139Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Charting.Data-3.3", "HeuristicLab.Charting.Data\3.3\HeuristicLab.Charting.Data-3.3.csproj", "{EE956A95-6344-4B01-876F-BE95C5E2F92B}"
     
    154152Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.SharpDevelop-3.1.1.5327", "HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\HeuristicLab.SharpDevelop-3.1.1.5327.csproj", "{4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}"
    155153EndProject
    156 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Routing.TSP.Views-3.3", "HeuristicLab.Routing.TSP.Views\3.3\HeuristicLab.Routing.TSP.Views-3.3.csproj", "{DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}"
    157 EndProject
    158154Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.SGA-3.3.Tests", "HeuristicLab.SGA\3.3\Tests\HeuristicLab.SGA-3.3.Tests.csproj", "{F42F3576-7233-4B28-90F7-36AE15F30F92}"
    159155EndProject
     
    165161EndProject
    166162Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.SGA.Views-3.3", "HeuristicLab.SGA.Views\3.3\HeuristicLab.SGA.Views-3.3.csproj", "{35A42EE0-A896-4D7A-A99F-8ED9E925F320}"
     163EndProject
     164Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.TSP-3.3", "HeuristicLab.Problems.TSP\3.3\HeuristicLab.Problems.TSP-3.3.csproj", "{600287A3-8714-453E-B875-A05F3EB72315}"
     165EndProject
     166Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.TSP.Views-3.3", "HeuristicLab.Problems.TSP.Views\3.3\HeuristicLab.Problems.TSP.Views-3.3.csproj", "{DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}"
    167167EndProject
    168168Global
     
    331331    {A8265018-D687-4907-8A36-63B25967A038}.Release|x86.ActiveCfg = Release|x86
    332332    {A8265018-D687-4907-8A36-63B25967A038}.Release|x86.Build.0 = Release|x86
    333     {600287A3-8714-453E-B875-A05F3EB72315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    334     {600287A3-8714-453E-B875-A05F3EB72315}.Debug|Any CPU.Build.0 = Debug|Any CPU
    335     {600287A3-8714-453E-B875-A05F3EB72315}.Debug|x64.ActiveCfg = Debug|x64
    336     {600287A3-8714-453E-B875-A05F3EB72315}.Debug|x64.Build.0 = Debug|x64
    337     {600287A3-8714-453E-B875-A05F3EB72315}.Debug|x86.ActiveCfg = Debug|x86
    338     {600287A3-8714-453E-B875-A05F3EB72315}.Debug|x86.Build.0 = Debug|x86
    339     {600287A3-8714-453E-B875-A05F3EB72315}.Release|Any CPU.ActiveCfg = Release|Any CPU
    340     {600287A3-8714-453E-B875-A05F3EB72315}.Release|Any CPU.Build.0 = Release|Any CPU
    341     {600287A3-8714-453E-B875-A05F3EB72315}.Release|x64.ActiveCfg = Release|x64
    342     {600287A3-8714-453E-B875-A05F3EB72315}.Release|x64.Build.0 = Release|x64
    343     {600287A3-8714-453E-B875-A05F3EB72315}.Release|x86.ActiveCfg = Release|x86
    344     {600287A3-8714-453E-B875-A05F3EB72315}.Release|x86.Build.0 = Release|x86
    345333    {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    346334    {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Debug|Any CPU.Build.0 = Debug|Any CPU
     
    669657    {4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}.Release|x86.ActiveCfg = Release|x86
    670658    {4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}.Release|x86.Build.0 = Release|x86
    671     {DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    672     {DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
    673     {DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}.Debug|x64.ActiveCfg = Debug|Any CPU
    674     {DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}.Debug|x86.ActiveCfg = Debug|Any CPU
    675     {DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
    676     {DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}.Release|Any CPU.Build.0 = Release|Any CPU
    677     {DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}.Release|x64.ActiveCfg = Release|Any CPU
    678     {DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}.Release|x86.ActiveCfg = Release|Any CPU
    679659    {F42F3576-7233-4B28-90F7-36AE15F30F92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    680660    {F42F3576-7233-4B28-90F7-36AE15F30F92}.Debug|Any CPU.Build.0 = Debug|Any CPU
     
    717697    {35A42EE0-A896-4D7A-A99F-8ED9E925F320}.Release|x64.ActiveCfg = Release|Any CPU
    718698    {35A42EE0-A896-4D7A-A99F-8ED9E925F320}.Release|x86.ActiveCfg = Release|Any CPU
     699    {600287A3-8714-453E-B875-A05F3EB72315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     700    {600287A3-8714-453E-B875-A05F3EB72315}.Debug|Any CPU.Build.0 = Debug|Any CPU
     701    {600287A3-8714-453E-B875-A05F3EB72315}.Debug|x64.ActiveCfg = Debug|x64
     702    {600287A3-8714-453E-B875-A05F3EB72315}.Debug|x64.Build.0 = Debug|x64
     703    {600287A3-8714-453E-B875-A05F3EB72315}.Debug|x86.ActiveCfg = Debug|x86
     704    {600287A3-8714-453E-B875-A05F3EB72315}.Debug|x86.Build.0 = Debug|x86
     705    {600287A3-8714-453E-B875-A05F3EB72315}.Release|Any CPU.ActiveCfg = Release|Any CPU
     706    {600287A3-8714-453E-B875-A05F3EB72315}.Release|Any CPU.Build.0 = Release|Any CPU
     707    {600287A3-8714-453E-B875-A05F3EB72315}.Release|x64.ActiveCfg = Release|x64
     708    {600287A3-8714-453E-B875-A05F3EB72315}.Release|x64.Build.0 = Release|x64
     709    {600287A3-8714-453E-B875-A05F3EB72315}.Release|x86.ActiveCfg = Release|x86
     710    {600287A3-8714-453E-B875-A05F3EB72315}.Release|x86.Build.0 = Release|x86
     711    {DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     712    {DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
     713    {DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}.Debug|x64.ActiveCfg = Debug|Any CPU
     714    {DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}.Debug|x86.ActiveCfg = Debug|Any CPU
     715    {DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
     716    {DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}.Release|Any CPU.Build.0 = Release|Any CPU
     717    {DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}.Release|x64.ActiveCfg = Release|Any CPU
     718    {DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}.Release|x86.ActiveCfg = Release|Any CPU
    719719  EndGlobalSection
    720720  GlobalSection(SolutionProperties) = preSolution
  • trunk/sources/HeuristicLab 3.3/Files.txt

    r2852 r2883  
    3232HeuristicLab.Persistence.GUI\3.3:HeuristicLab.Persistence.GUI-3.3.dll
    3333HeuristicLab.Random\3.3:HeuristicLab.Random-3.3.dll
    34 HeuristicLab.Routing.TSP\3.3:HeuristicLab.Routing.TSP-3.3.dll
    35 HeuristicLab.Routing.TSP.Views\3.3:HeuristicLab.Routing.TSP.Views-3.3.dll
     34HeuristicLab.Problems.TSP\3.3:HeuristicLab.Problems.TSP-3.3.dll
     35HeuristicLab.Problems.TSP.Views\3.3:HeuristicLab.Problems.TSP.Views-3.3.dll
    3636HeuristicLab.Selection\3.3:HeuristicLab.Selection-3.3.dll
    3737HeuristicLab.Selection.OffspringSelection\3.3:HeuristicLab.Selection.OffspringSelection-3.3.dll
  • trunk/sources/HeuristicLab.Problems.TSP.Views/3.3

    • Property svn:ignore
      •  

        old new  
        22obj
        33*.user
        4 HeuristicLabRoutingTSPViewsPlugin.cs
         4HeuristicLabProblemsTSPViewsPlugin.cs
  • trunk/sources/HeuristicLab.Problems.TSP.Views/3.3/HeuristicLab.Problems.TSP.Views-3.3.csproj

    r2882 r2883  
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>HeuristicLab.Routing.TSP.Views</RootNamespace>
    12     <AssemblyName>HeuristicLab.Routing.TSP.Views-3.3</AssemblyName>
     11    <RootNamespace>HeuristicLab.Problems.TSP.Views</RootNamespace>
     12    <AssemblyName>HeuristicLab.Problems.TSP.Views-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    3232    <ErrorReport>prompt</ErrorReport>
    3333    <WarningLevel>4</WarningLevel>
    34     <DocumentationFile>bin\Release\HeuristicLab.Routing.TSP.Views-3.3.XML</DocumentationFile>
     34    <DocumentationFile>bin\Release\HeuristicLab.Problems.TSP.Views-3.3.xml</DocumentationFile>
    3535  </PropertyGroup>
    3636  <ItemGroup>
     
    5151  </ItemGroup>
    5252  <ItemGroup>
    53     <Compile Include="HeuristicLabRoutingTSPViewsPlugin.cs" />
     53    <Compile Include="HeuristicLabProblemsTSPViewsPlugin.cs" />
    5454    <Compile Include="TSPView.cs">
    5555      <SubType>UserControl</SubType>
     
    6262  <ItemGroup>
    6363    <None Include="HeuristicLab.snk" />
    64     <None Include="HeuristicLabRoutingTSPViewsPlugin.cs.frame" />
     64    <None Include="HeuristicLabProblemsTSPViewsPlugin.cs.frame" />
    6565    <None Include="Properties\AssemblyInfo.frame" />
    6666  </ItemGroup>
     
    9898      <Name>HeuristicLab.PluginInfrastructure</Name>
    9999    </ProjectReference>
    100     <ProjectReference Include="..\..\HeuristicLab.Routing.TSP\3.3\HeuristicLab.Routing.TSP-3.3.csproj">
     100    <ProjectReference Include="..\..\HeuristicLab.Problems.TSP\3.3\HeuristicLab.Problems.TSP-3.3.csproj">
    101101      <Project>{600287A3-8714-453E-B875-A05F3EB72315}</Project>
    102102      <Name>HeuristicLab.Routing.TSP-3.3</Name>
     
    118118
    119119call PreBuildEvent.cmd
    120 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabRoutingTSPViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabRoutingTSPViewsPlugin.cs"</PreBuildEvent>
     120SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsTSPViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsTSPViewsPlugin.cs"</PreBuildEvent>
    121121  </PropertyGroup>
    122122</Project>
  • trunk/sources/HeuristicLab.Problems.TSP.Views/3.3/HeuristicLabProblemsTSPViewsPlugin.cs.frame

    r2882 r2883  
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.Routing.TSP.Views {
     24namespace HeuristicLab.Problems.TSP.Views {
    2525  /// <summary>
    26   /// Plugin class for HeuristicLab.Routing.TSP.Views plugin
     26  /// Plugin class for HeuristicLab.Problems.TSP.Views plugin
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Routing.TSP.Views", "3.3.0.$WCREV$")]
    29   [PluginFile("HeuristicLab.Routing.TSP.Views-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Problems.TSP.Views", "3.3.0.$WCREV$")]
     29  [PluginFile("HeuristicLab.Problems.TSP.Views-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Core", "3.3")]
     
    3535  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    3636  [PluginDependency("HeuristicLab.Optimization.Views", "3.3")]
    37   [PluginDependency("HeuristicLab.Routing.TSP", "3.3")]
    38   public class HeuristicLabRoutingTSPViewsPlugin : PluginBase {
     37  [PluginDependency("HeuristicLab.Problems.TSP", "3.3")]
     38  public class HeuristicLabProblemsTSPViewsPlugin : PluginBase {
    3939  }
    4040}
  • trunk/sources/HeuristicLab.Problems.TSP.Views/3.3/TSPView.Designer.cs

    r2882 r2883  
    2020#endregion
    2121
    22 namespace HeuristicLab.Routing.TSP.Views {
     22namespace HeuristicLab.Problems.TSP.Views {
    2323  partial class TSPView {
    2424    /// <summary>
  • trunk/sources/HeuristicLab.Problems.TSP.Views/3.3/TSPView.cs

    r2834 r2883  
    2626using HeuristicLab.Optimization.Views;
    2727
    28 namespace HeuristicLab.Routing.TSP.Views {
     28namespace HeuristicLab.Problems.TSP.Views {
    2929  /// <summary>
    3030  /// The base class for visual representations of items.
  • trunk/sources/HeuristicLab.Problems.TSP/3.3

    • Property svn:ignore
      •  

        old new  
        11*.user
        2 HeuristicLabRoutingTSPPlugin.cs
        32bin
        43obj
         4HeuristicLabProblemsTSPPlugin.cs
  • trunk/sources/HeuristicLab.Problems.TSP/3.3/HeuristicLab.Problems.TSP-3.3.csproj

    r2882 r2883  
    88    <OutputType>Library</OutputType>
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    10     <RootNamespace>HeuristicLab.Routing.TSP</RootNamespace>
    11     <AssemblyName>HeuristicLab.Routing.TSP-3.3</AssemblyName>
     10    <RootNamespace>HeuristicLab.Problems.TSP</RootNamespace>
     11    <AssemblyName>HeuristicLab.Problems.TSP-3.3</AssemblyName>
    1212    <SignAssembly>true</SignAssembly>
    1313    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     
    3737    <ErrorReport>prompt</ErrorReport>
    3838    <WarningLevel>4</WarningLevel>
    39     <DocumentationFile>bin\Release\HeuristicLab.Routing.TSP-3.3.xml</DocumentationFile>
     39    <DocumentationFile>bin\Release\HeuristicLab.Problems.TSP-3.3.xml</DocumentationFile>
    4040    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    4141  </PropertyGroup>
     
    8484  </ItemGroup>
    8585  <ItemGroup>
    86     <None Include="HeuristicLabRoutingTSPPlugin.cs.frame" />
     86    <Compile Include="HeuristicLabProblemsTSPPlugin.cs" />
    8787    <Compile Include="TSPEvaluator.cs" />
    8888    <Compile Include="ITSPEvaluator.cs" />
     
    9292    <Compile Include="TSPPathEvaluator.cs" />
    9393    <Compile Include="TSP.cs" />
    94     <Compile Include="HeuristicLabRoutingTSPPlugin.cs" />
    9594    <Compile Include="Properties\AssemblyInfo.cs" />
    9695  </ItemGroup>
     
    141140    <None Include="fl1400.tsp" />
    142141    <None Include="HeuristicLab.snk" />
     142    <None Include="HeuristicLabProblemsTSPPlugin.cs.frame" />
    143143    <None Include="Properties\AssemblyInfo.frame" />
    144144  </ItemGroup>
     
    158158
    159159call PreBuildEvent.cmd
    160 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabRoutingTSPPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabRoutingTSPPlugin.cs"</PreBuildEvent>
     160SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsTSPPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsTSPPlugin.cs"</PreBuildEvent>
    161161  </PropertyGroup>
    162162</Project>
  • trunk/sources/HeuristicLab.Problems.TSP/3.3/HeuristicLabProblemsTSPPlugin.cs.frame

    r2882 r2883  
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.Routing.TSP {
     24namespace HeuristicLab.Problems.TSP {
    2525  /// <summary>
    26   /// Plugin class for HeuristicLab.Routing.TSP plugin
     26  /// Plugin class for HeuristicLab.Problems.TSP plugin
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Routing.TSP", "3.3.0.$WCREV$")]
    29   [PluginFile("HeuristicLab.Routing.TSP-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Problems.TSP", "3.3.0.$WCREV$")]
     29  [PluginFile("HeuristicLab.Problems.TSP-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3131  [PluginDependency("HeuristicLab.Common.Resources", "3.2")]
     
    3737  [PluginDependency("HeuristicLab.Permutation", "3.3")]
    3838  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    39   public class HeuristicLabRoutingTSPPlugin : PluginBase {
     39  public class HeuristicLabProblemsTSPPlugin : PluginBase {
    4040  }
    4141}
  • trunk/sources/HeuristicLab.Problems.TSP/3.3/ITSPEvaluator.cs

    r2865 r2883  
    2222using HeuristicLab.Optimization;
    2323
    24 namespace HeuristicLab.Routing.TSP {
     24namespace HeuristicLab.Problems.TSP {
    2525  /// <summary>
    2626  /// An interface which represents an evaluation operator for Traveling Salesman Problems.
  • trunk/sources/HeuristicLab.Problems.TSP/3.3/Properties/AssemblyInfo.frame

    r2796 r2883  
    2626// set of attributes. Change these attribute values to modify the information
    2727// associated with an assembly.
    28 [assembly: AssemblyTitle("HeuristicLab.Routing.TSP")]
     28[assembly: AssemblyTitle("HeuristicLab.Problems.TSP")]
    2929[assembly: AssemblyDescription("HeuristicLab Traveling Salesman Problem classes")]
    3030[assembly: AssemblyConfiguration("")]
  • trunk/sources/HeuristicLab.Problems.TSP/3.3/TSP.cs

    r2882 r2883  
    3131using HeuristicLab.PluginInfrastructure;
    3232
    33 namespace HeuristicLab.Routing.TSP {
     33namespace HeuristicLab.Problems.TSP {
    3434  [Item("TSP", "Represents a symmetric Traveling Salesman Problem.")]
    3535  [Creatable("Problems")]
  • trunk/sources/HeuristicLab.Problems.TSP/3.3/TSPDistanceMatrixPathEvaluator.cs

    r2865 r2883  
    2525using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2626
    27 namespace HeuristicLab.Routing.TSP {
     27namespace HeuristicLab.Problems.TSP {
    2828  /// <summary>
    2929  /// An operator which evaluates TSP solutions given in path representation using a distance matrix.
  • trunk/sources/HeuristicLab.Problems.TSP/3.3/TSPEvaluator.cs

    r2865 r2883  
    2626using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2727
    28 namespace HeuristicLab.Routing.TSP {
     28namespace HeuristicLab.Problems.TSP {
    2929  /// <summary>
    3030  /// A base class for operators which evaluate TSP solutions.
  • trunk/sources/HeuristicLab.Problems.TSP/3.3/TSPLIBParser.cs

    r2805 r2883  
    2424using System.IO;
    2525
    26 namespace HeuristicLab.Routing.TSP {
     26namespace HeuristicLab.Problems.TSP {
    2727  /// <summary>
    2828  /// Parses a *.tsp file in the TSPLIB format and extracts its information about a TSP.
  • trunk/sources/HeuristicLab.Problems.TSP/3.3/TSPPathEvaluator.cs

    r2865 r2883  
    2525using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2626
    27 namespace HeuristicLab.Routing.TSP {
     27namespace HeuristicLab.Problems.TSP {
    2828  /// <summary>
    2929  /// A base class for operators which evaluate TSP solutions given in path representation.
  • trunk/sources/HeuristicLab.Problems.TSP/3.3/TSPRoundedEuclideanPathEvaluator.cs

    r2805 r2883  
    2424using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2525
    26 namespace HeuristicLab.Routing.TSP {
     26namespace HeuristicLab.Problems.TSP {
    2727  /// <summary>
    2828  /// An operator which evaluates TSP solutions given in path representation using the rounded Euclidean distance metric.
  • trunk/sources/HeuristicLab.Problems.TSP/3.3/TSPTour.cs

    r2526 r2883  
    2929using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3030
    31 namespace HeuristicLab.Routing.TSP {
     31namespace HeuristicLab.Problems.TSP {
    3232  /// <summary>
    3333  /// Represent the tour of a TSP.
  • trunk/sources/HeuristicLab.Problems.TSP/3.3/TSPTourInjector.cs

    r1530 r2883  
    2828using HeuristicLab.Permutation;
    2929
    30 namespace HeuristicLab.Routing.TSP {
     30namespace HeuristicLab.Problems.TSP {
    3131  /// <summary>
    3232  /// Injects a new TSP tour in a given scope with all its neccessary variables.
  • trunk/sources/HeuristicLab.Problems.TSP/3.3/TSPTourView.Designer.cs

    r1530 r2883  
    2020#endregion
    2121
    22 namespace HeuristicLab.Routing.TSP {
     22namespace HeuristicLab.Problems.TSP {
    2323  partial class TSPTourView {
    2424    /// <summary>
  • trunk/sources/HeuristicLab.Problems.TSP/3.3/TSPTourView.cs

    r2546 r2883  
    3434using HeuristicLab.MainForm;
    3535
    36 namespace HeuristicLab.Routing.TSP {
     36namespace HeuristicLab.Problems.TSP {
    3737  /// <summary>
    3838  /// Class for the visual representation of a <see cref="TSPTour"/>.
  • trunk/sources/HeuristicLab.SGA/3.3/Tests/HeuristicLab.SGA-3.3.Tests.csproj

    r2830 r2883  
    9090      <Name>HeuristicLab.PluginInfrastructure</Name>
    9191    </ProjectReference>
     92    <ProjectReference Include="..\..\..\HeuristicLab.Problems.TSP\3.3\HeuristicLab.Problems.TSP-3.3.csproj">
     93      <Project>{600287A3-8714-453E-B875-A05F3EB72315}</Project>
     94      <Name>HeuristicLab.Problems.TSP-3.3</Name>
     95    </ProjectReference>
    9296    <ProjectReference Include="..\..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
    9397      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
    9498      <Name>HeuristicLab.Random-3.3</Name>
    95     </ProjectReference>
    96     <ProjectReference Include="..\..\..\HeuristicLab.Routing.TSP\3.3\HeuristicLab.Routing.TSP-3.3.csproj">
    97       <Project>{600287A3-8714-453E-B875-A05F3EB72315}</Project>
    98       <Name>HeuristicLab.Routing.TSP-3.3</Name>
    9999    </ProjectReference>
    100100    <ProjectReference Include="..\..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.