Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2888


Ignore:
Timestamp:
03/01/10 02:14:31 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • renamed HeuristicLab.SGA to HeuristicLab.Algorithms.SGA
Location:
trunk/sources
Files:
4 edited

Legend:

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

    r2883 r2888  
    4444EndProject
    4545Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Selection.OffspringSelection-3.3", "HeuristicLab.Selection.OffspringSelection\3.3\HeuristicLab.Selection.OffspringSelection-3.3.csproj", "{81609E8A-9757-4865-8B89-0B6603F769E8}"
    46 EndProject
    47 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.SGA-3.3", "HeuristicLab.SGA\3.3\HeuristicLab.SGA-3.3.csproj", "{4C3305C4-E440-4EAD-B218-68D77AE51543}"
    4846EndProject
    4947Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.TestFunctions-3.3", "HeuristicLab.TestFunctions\3.3\HeuristicLab.TestFunctions-3.3.csproj", "{55E23C37-F4F8-4B20-89B3-1B8B59050CE2}"
     
    152150Project("{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}"
    153151EndProject
    154 Project("{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}"
    155 EndProject
    156152Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Optimization-3.3", "HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj", "{14AB8D24-25BC-400C-A846-4627AA945192}"
    157153EndProject
     
    160156Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Permutation-3.3.Tests", "HeuristicLab.Permutation\3.3\Tests\HeuristicLab.Permutation-3.3.Tests.csproj", "{4D59BEC9-A69E-4686-B8C9-0E6C073B093E}"
    161157EndProject
    162 Project("{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}"
    163 EndProject
    164158Project("{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}"
    165159EndProject
    166160Project("{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}"
     161EndProject
     162Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.SGA-3.3", "HeuristicLab.Algorithms.SGA\3.3\HeuristicLab.Algorithms.SGA-3.3.csproj", "{4C3305C4-E440-4EAD-B218-68D77AE51543}"
     163EndProject
     164Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.SGA-3.3.Tests", "HeuristicLab.Algorithms.SGA\3.3\Tests\HeuristicLab.Algorithms.SGA-3.3.Tests.csproj", "{F42F3576-7233-4B28-90F7-36AE15F30F92}"
     165EndProject
     166Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.SGA.Views-3.3", "HeuristicLab.Algorithms.SGA.Views\3.3\HeuristicLab.Algorithms.SGA.Views-3.3.csproj", "{35A42EE0-A896-4D7A-A99F-8ED9E925F320}"
    167167EndProject
    168168Global
     
    379379    {81609E8A-9757-4865-8B89-0B6603F769E8}.Release|x86.ActiveCfg = Release|x86
    380380    {81609E8A-9757-4865-8B89-0B6603F769E8}.Release|x86.Build.0 = Release|x86
    381     {4C3305C4-E440-4EAD-B218-68D77AE51543}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    382     {4C3305C4-E440-4EAD-B218-68D77AE51543}.Debug|Any CPU.Build.0 = Debug|Any CPU
    383     {4C3305C4-E440-4EAD-B218-68D77AE51543}.Debug|x64.ActiveCfg = Debug|x64
    384     {4C3305C4-E440-4EAD-B218-68D77AE51543}.Debug|x64.Build.0 = Debug|x64
    385     {4C3305C4-E440-4EAD-B218-68D77AE51543}.Debug|x86.ActiveCfg = Debug|x86
    386     {4C3305C4-E440-4EAD-B218-68D77AE51543}.Debug|x86.Build.0 = Debug|x86
    387     {4C3305C4-E440-4EAD-B218-68D77AE51543}.Release|Any CPU.ActiveCfg = Release|Any CPU
    388     {4C3305C4-E440-4EAD-B218-68D77AE51543}.Release|Any CPU.Build.0 = Release|Any CPU
    389     {4C3305C4-E440-4EAD-B218-68D77AE51543}.Release|x64.ActiveCfg = Release|x64
    390     {4C3305C4-E440-4EAD-B218-68D77AE51543}.Release|x64.Build.0 = Release|x64
    391     {4C3305C4-E440-4EAD-B218-68D77AE51543}.Release|x86.ActiveCfg = Release|x86
    392     {4C3305C4-E440-4EAD-B218-68D77AE51543}.Release|x86.Build.0 = Release|x86
    393381    {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    394382    {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
     
    657645    {4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}.Release|x86.ActiveCfg = Release|x86
    658646    {4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}.Release|x86.Build.0 = Release|x86
    659     {F42F3576-7233-4B28-90F7-36AE15F30F92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    660     {F42F3576-7233-4B28-90F7-36AE15F30F92}.Debug|Any CPU.Build.0 = Debug|Any CPU
    661     {F42F3576-7233-4B28-90F7-36AE15F30F92}.Debug|x64.ActiveCfg = Debug|Any CPU
    662     {F42F3576-7233-4B28-90F7-36AE15F30F92}.Debug|x86.ActiveCfg = Debug|Any CPU
    663     {F42F3576-7233-4B28-90F7-36AE15F30F92}.Release|Any CPU.ActiveCfg = Release|Any CPU
    664     {F42F3576-7233-4B28-90F7-36AE15F30F92}.Release|Any CPU.Build.0 = Release|Any CPU
    665     {F42F3576-7233-4B28-90F7-36AE15F30F92}.Release|x64.ActiveCfg = Release|Any CPU
    666     {F42F3576-7233-4B28-90F7-36AE15F30F92}.Release|x86.ActiveCfg = Release|Any CPU
    667647    {14AB8D24-25BC-400C-A846-4627AA945192}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    668648    {14AB8D24-25BC-400C-A846-4627AA945192}.Debug|Any CPU.Build.0 = Debug|Any CPU
     
    689669    {4D59BEC9-A69E-4686-B8C9-0E6C073B093E}.Release|x64.ActiveCfg = Release|Any CPU
    690670    {4D59BEC9-A69E-4686-B8C9-0E6C073B093E}.Release|x86.ActiveCfg = Release|Any CPU
    691     {35A42EE0-A896-4D7A-A99F-8ED9E925F320}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    692     {35A42EE0-A896-4D7A-A99F-8ED9E925F320}.Debug|Any CPU.Build.0 = Debug|Any CPU
    693     {35A42EE0-A896-4D7A-A99F-8ED9E925F320}.Debug|x64.ActiveCfg = Debug|Any CPU
    694     {35A42EE0-A896-4D7A-A99F-8ED9E925F320}.Debug|x86.ActiveCfg = Debug|Any CPU
    695     {35A42EE0-A896-4D7A-A99F-8ED9E925F320}.Release|Any CPU.ActiveCfg = Release|Any CPU
    696     {35A42EE0-A896-4D7A-A99F-8ED9E925F320}.Release|Any CPU.Build.0 = Release|Any CPU
    697     {35A42EE0-A896-4D7A-A99F-8ED9E925F320}.Release|x64.ActiveCfg = Release|Any CPU
    698     {35A42EE0-A896-4D7A-A99F-8ED9E925F320}.Release|x86.ActiveCfg = Release|Any CPU
    699671    {600287A3-8714-453E-B875-A05F3EB72315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    700672    {600287A3-8714-453E-B875-A05F3EB72315}.Debug|Any CPU.Build.0 = Debug|Any CPU
     
    717689    {DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}.Release|x64.ActiveCfg = Release|Any CPU
    718690    {DF2E61C4-A76D-4315-9D0B-53A077B1AC2C}.Release|x86.ActiveCfg = Release|Any CPU
     691    {4C3305C4-E440-4EAD-B218-68D77AE51543}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     692    {4C3305C4-E440-4EAD-B218-68D77AE51543}.Debug|Any CPU.Build.0 = Debug|Any CPU
     693    {4C3305C4-E440-4EAD-B218-68D77AE51543}.Debug|x64.ActiveCfg = Debug|x64
     694    {4C3305C4-E440-4EAD-B218-68D77AE51543}.Debug|x64.Build.0 = Debug|x64
     695    {4C3305C4-E440-4EAD-B218-68D77AE51543}.Debug|x86.ActiveCfg = Debug|x86
     696    {4C3305C4-E440-4EAD-B218-68D77AE51543}.Debug|x86.Build.0 = Debug|x86
     697    {4C3305C4-E440-4EAD-B218-68D77AE51543}.Release|Any CPU.ActiveCfg = Release|Any CPU
     698    {4C3305C4-E440-4EAD-B218-68D77AE51543}.Release|Any CPU.Build.0 = Release|Any CPU
     699    {4C3305C4-E440-4EAD-B218-68D77AE51543}.Release|x64.ActiveCfg = Release|x64
     700    {4C3305C4-E440-4EAD-B218-68D77AE51543}.Release|x64.Build.0 = Release|x64
     701    {4C3305C4-E440-4EAD-B218-68D77AE51543}.Release|x86.ActiveCfg = Release|x86
     702    {4C3305C4-E440-4EAD-B218-68D77AE51543}.Release|x86.Build.0 = Release|x86
     703    {F42F3576-7233-4B28-90F7-36AE15F30F92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     704    {F42F3576-7233-4B28-90F7-36AE15F30F92}.Debug|Any CPU.Build.0 = Debug|Any CPU
     705    {F42F3576-7233-4B28-90F7-36AE15F30F92}.Debug|x64.ActiveCfg = Debug|Any CPU
     706    {F42F3576-7233-4B28-90F7-36AE15F30F92}.Debug|x86.ActiveCfg = Debug|Any CPU
     707    {F42F3576-7233-4B28-90F7-36AE15F30F92}.Release|Any CPU.ActiveCfg = Release|Any CPU
     708    {F42F3576-7233-4B28-90F7-36AE15F30F92}.Release|Any CPU.Build.0 = Release|Any CPU
     709    {F42F3576-7233-4B28-90F7-36AE15F30F92}.Release|x64.ActiveCfg = Release|Any CPU
     710    {F42F3576-7233-4B28-90F7-36AE15F30F92}.Release|x86.ActiveCfg = Release|Any CPU
     711    {35A42EE0-A896-4D7A-A99F-8ED9E925F320}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     712    {35A42EE0-A896-4D7A-A99F-8ED9E925F320}.Debug|Any CPU.Build.0 = Debug|Any CPU
     713    {35A42EE0-A896-4D7A-A99F-8ED9E925F320}.Debug|x64.ActiveCfg = Debug|Any CPU
     714    {35A42EE0-A896-4D7A-A99F-8ED9E925F320}.Debug|x86.ActiveCfg = Debug|Any CPU
     715    {35A42EE0-A896-4D7A-A99F-8ED9E925F320}.Release|Any CPU.ActiveCfg = Release|Any CPU
     716    {35A42EE0-A896-4D7A-A99F-8ED9E925F320}.Release|Any CPU.Build.0 = Release|Any CPU
     717    {35A42EE0-A896-4D7A-A99F-8ED9E925F320}.Release|x64.ActiveCfg = Release|Any CPU
     718    {35A42EE0-A896-4D7A-A99F-8ED9E925F320}.Release|x86.ActiveCfg = Release|Any CPU
    719719  EndGlobalSection
    720720  GlobalSection(SolutionProperties) = preSolution
  • trunk/sources/HeuristicLab 3.3/Files.txt

    r2883 r2888  
    44HeuristicLab.PluginInfrastructure:ICSharpCode.SharpZipLib.dll
    55HeuristicLab.PluginInfrastructure:ICSharpCode.SharpZipLib License.txt
    6 HeuristicLab.Charting\3.3:HeuristicLab.Charting-3.3.dll
    7 HeuristicLab.Charting.Data\3.3:HeuristicLab.Charting.Data-3.3.dll
     6HeuristicLab.Algorithms.SGA\3.3:HeuristicLab.Algorithms.SGA-3.3.dll
     7HeuristicLab.Algorithms.SGA.Views\3.3:HeuristicLab.Algorithms.SGA.Views-3.3.dll
     8HeuristicLab.Charting\3.3:HeuristicLab.Charting-3.3.dll
     9HeuristicLab.Charting.Data\3.3:HeuristicLab.Charting.Data-3.3.dll
    810HeuristicLab.CodeEditor\3.2:HeuristicLab.CodeEditor-3.2.dll
    9 HeuristicLab.Collections\3.3:HeuristicLab.Collections-3.3.dll
    10 HeuristicLab.Common\3.2:HeuristicLab.Common-3.2.dll 
    11 HeuristicLab.Common.Resources\3.2:HeuristicLab.Common.Resources-3.2.dll
    12 HeuristicLab.Core\3.3:HeuristicLab.Core-3.3.dll
    13 HeuristicLab.Core.Views\3.3:HeuristicLab.Core.Views-3.3.dll
    14 HeuristicLab.Data\3.3:HeuristicLab.Data-3.3.dll
    15 HeuristicLab.Data.Views\3.3:HeuristicLab.Data.Views-3.3.dll
    16 HeuristicLab.Evolutionary\3.3:HeuristicLab.Evolutionary-3.3.dll
    17 HeuristicLab.Logging\3.3:HeuristicLab.Logging-3.3.dll
    18 HeuristicLab.MainForm\3.2:HeuristicLab.MainForm-3.2.dll
    19 HeuristicLab.MainForm.Test\3.2:HeuristicLab.MainForm.Test-3.2.dll
    20 HeuristicLab.MainForm.WindowsForms\3.2:HeuristicLab.MainForm.WindowsForms-3.2.dll
    21 HeuristicLab.Operators\3.3:HeuristicLab.Operators-3.3.dll
    22 HeuristicLab.Operators.Views\3.3:HeuristicLab.Operators.Views-3.3.dll
    23 HeuristicLab.Operators.Views.GraphVisualization\3.3:HeuristicLab.Operators.Views.GraphVisualization-3.3.dll
    24 HeuristicLab.Operators.Programmable\3.3:HeuristicLab.Operators.Programmable-3.3.dll
    25 HeuristicLab.Optimization\3.3:HeuristicLab.Optimization-3.3.dll
    26 HeuristicLab.Optimization.Views\3.3:HeuristicLab.Optimization.Views-3.3.dll
    27 HeuristicLab.Optimizer\3.3:HeuristicLab.Optimizer-3.3.dll
    28 HeuristicLab.Parameters\3.3:HeuristicLab.Parameters-3.3.dll
    29 HeuristicLab.Parameters.Views\3.3:HeuristicLab.Parameters.Views-3.3.dll
    30 HeuristicLab.Permutation\3.3:HeuristicLab.Permutation-3.3.dll
    31 HeuristicLab.Persistence\3.3:HeuristicLab.Persistence-3.3.dll
    32 HeuristicLab.Persistence.GUI\3.3:HeuristicLab.Persistence.GUI-3.3.dll
    33 HeuristicLab.Random\3.3:HeuristicLab.Random-3.3.dll
    34 HeuristicLab.Problems.TSP\3.3:HeuristicLab.Problems.TSP-3.3.dll
    35 HeuristicLab.Problems.TSP.Views\3.3:HeuristicLab.Problems.TSP.Views-3.3.dll
    36 HeuristicLab.Selection\3.3:HeuristicLab.Selection-3.3.dll
    37 HeuristicLab.Selection.OffspringSelection\3.3:HeuristicLab.Selection.OffspringSelection-3.3.dll
    38 HeuristicLab.SequentialEngine\3.3:HeuristicLab.SequentialEngine-3.3.dll
    39 HeuristicLab.SGA\3.3:HeuristicLab.SGA-3.3.dll
    40 HeuristicLab.SGA.Views\3.3:HeuristicLab.SGA.Views-3.3.dll
    41 HeuristicLab.TestFunctions\3.3:HeuristicLab.TestFunctions-3.3.dll
    42 HeuristicLab.ThreadParallelEngine\3.3:HeuristicLab.ThreadParallelEngine-3.3.dll
    43 HeuristicLab.Tracing\3.2:HeuristicLab.Tracing-3.2.dll
    44 HeuristicLab.Tracing\3.2:HeuristicLab.log4net.xml
     11HeuristicLab.Collections\3.3:HeuristicLab.Collections-3.3.dll
     12HeuristicLab.Common\3.2:HeuristicLab.Common-3.2.dll
     13HeuristicLab.Common.Resources\3.2:HeuristicLab.Common.Resources-3.2.dll
     14HeuristicLab.Core\3.3:HeuristicLab.Core-3.3.dll
     15HeuristicLab.Core.Views\3.3:HeuristicLab.Core.Views-3.3.dll
     16HeuristicLab.Data\3.3:HeuristicLab.Data-3.3.dll
     17HeuristicLab.Data.Views\3.3:HeuristicLab.Data.Views-3.3.dll
     18HeuristicLab.Evolutionary\3.3:HeuristicLab.Evolutionary-3.3.dll
     19HeuristicLab.Logging\3.3:HeuristicLab.Logging-3.3.dll
     20HeuristicLab.MainForm\3.2:HeuristicLab.MainForm-3.2.dll
     21HeuristicLab.MainForm.Test\3.2:HeuristicLab.MainForm.Test-3.2.dll
     22HeuristicLab.MainForm.WindowsForms\3.2:HeuristicLab.MainForm.WindowsForms-3.2.dll
     23HeuristicLab.Operators\3.3:HeuristicLab.Operators-3.3.dll
     24HeuristicLab.Operators.Views\3.3:HeuristicLab.Operators.Views-3.3.dll
     25HeuristicLab.Operators.Views.GraphVisualization\3.3:HeuristicLab.Operators.Views.GraphVisualization-3.3.dll
     26HeuristicLab.Operators.Programmable\3.3:HeuristicLab.Operators.Programmable-3.3.dll
     27HeuristicLab.Optimization\3.3:HeuristicLab.Optimization-3.3.dll
     28HeuristicLab.Optimization.Views\3.3:HeuristicLab.Optimization.Views-3.3.dll
     29HeuristicLab.Optimizer\3.3:HeuristicLab.Optimizer-3.3.dll
     30HeuristicLab.Parameters\3.3:HeuristicLab.Parameters-3.3.dll
     31HeuristicLab.Parameters.Views\3.3:HeuristicLab.Parameters.Views-3.3.dll
     32HeuristicLab.Permutation\3.3:HeuristicLab.Permutation-3.3.dll
     33HeuristicLab.Persistence\3.3:HeuristicLab.Persistence-3.3.dll
     34HeuristicLab.Persistence.GUI\3.3:HeuristicLab.Persistence.GUI-3.3.dll
     35HeuristicLab.Problems.TSP\3.3:HeuristicLab.Problems.TSP-3.3.dll
     36HeuristicLab.Problems.TSP.Views\3.3:HeuristicLab.Problems.TSP.Views-3.3.dll
     37HeuristicLab.Random\3.3:HeuristicLab.Random-3.3.dll
     38HeuristicLab.Selection\3.3:HeuristicLab.Selection-3.3.dll
     39HeuristicLab.Selection.OffspringSelection\3.3:HeuristicLab.Selection.OffspringSelection-3.3.dll
     40HeuristicLab.SequentialEngine\3.3:HeuristicLab.SequentialEngine-3.3.dll
     41HeuristicLab.TestFunctions\3.3:HeuristicLab.TestFunctions-3.3.dll
     42HeuristicLab.ThreadParallelEngine\3.3:HeuristicLab.ThreadParallelEngine-3.3.dll
     43HeuristicLab.Tracing\3.2:HeuristicLab.Tracing-3.2.dll
     44HeuristicLab.Tracing\3.2:HeuristicLab.log4net.xml
    4545
    4646;External Libraries
    4747HeuristicLab.ExtLibs\HeuristicLab.log4net\1.2.10.0:HeuristicLab.log4net-1.2.10.0.dll
    48 HeuristicLab.ExtLibs\HeuristicLab.log4net\1.2.10.0:log4net.dll 
    49 HeuristicLab.ExtLibs\HeuristicLab.log4net\1.2.10.0:log4net License.txt 
     48HeuristicLab.ExtLibs\HeuristicLab.log4net\1.2.10.0:log4net.dll
     49HeuristicLab.ExtLibs\HeuristicLab.log4net\1.2.10.0:log4net License.txt
    5050
    5151HeuristicLab.ExtLibs\HeuristicLab.Netron\3.0.2672.12446\Netron.Diagramming.Core-3.0.2672.12446:Netron.Diagramming.Core-3.0.2672.12446.dll
  • trunk/sources/HeuristicLab.Problems.TSP.Views/3.3/HeuristicLab.Problems.TSP.Views-3.3.csproj

    r2883 r2888  
    100100    <ProjectReference Include="..\..\HeuristicLab.Problems.TSP\3.3\HeuristicLab.Problems.TSP-3.3.csproj">
    101101      <Project>{600287A3-8714-453E-B875-A05F3EB72315}</Project>
    102       <Name>HeuristicLab.Routing.TSP-3.3</Name>
     102      <Name>HeuristicLab.Problems.TSP-3.3</Name>
    103103    </ProjectReference>
    104104  </ItemGroup>
  • trunk/sources/HeuristicLab.Problems.TSP.Views/3.3/Properties/AssemblyInfo.frame

    r2796 r2888  
    2626// set of attributes. Change these attribute values to modify the information
    2727// associated with an assembly.
    28 [assembly: AssemblyTitle("HeuristicLab.Routing.TSP.Views")]
     28[assembly: AssemblyTitle("HeuristicLab.Problems.TSP.Views")]
    2929[assembly: AssemblyDescription("Views of the HeuristicLab Traveling Salesman Problem classes")]
    3030[assembly: AssemblyConfiguration("")]
Note: See TracChangeset for help on using the changeset viewer.