Description: This system is to use C# language Traveling Salesman Problem (TSP) of the experimental simulation, to move from one city to the last one the city' s shortest path simulation.
File list (Check if you may need any files):
TSP C#\GALIb\AssemblyInfo.cs
......\.....\bin\Debug\GALib.dll
......\.....\...\.....\GALib.pdb
......\.....\ChromosomeComparer.cs
......\.....\GA.cs
......\.....\GA.sln
......\.....\GA.suo
......\.....\GAChromosome.cs
......\.....\GAGene.cs
......\.....\GALib.csproj
......\.....\GALib.csproj.user
......\.....\obj\Debug\GALib.dll
......\.....\...\.....\GALib.pdb
......\.....\...\.....\GALib.projdata
......\TSPApp\About.cs
......\......\About.resx
......\......\App.ico
......\......\AssemblyInfo.cs
......\......\Backup\About.cs
......\......\......\About.resx
......\......\......\App.ico
......\......\......\AssemblyInfo.cs
......\......\......\Form1.resx
......\......\......\TSPApp.csproj
......\......\......\TSPApp.csproj.user
......\......\......\TSPForm.cs
......\......\......\TSPForm.resx
......\......\bin\Debug\GALib.dll
......\......\...\.....\GALib.pdb
......\......\...\.....\TSPApp.exe
......\......\...\.....\TSPApp.pdb
......\......\...\.....\TSPApp.vshost.exe
......\......\...\.....\TspLog
......\......\Form1.resx
......\......\obj\Debug\TSPApp.About.resources
......\......\...\.....\TSPApp.csproj.GenerateResource.Cache
......\......\...\.....\TSPApp.exe
......\......\...\.....\TSPApp.Form1.resources
......\......\...\.....\TSPApp.pdb
......\......\...\.....\TSPApp.projdata
......\......\...\.....\TSPApp.TSPForm.resources
......\......\...\TSPApp.csproj.FileList.txt
......\......\TSPApp.csproj
......\......\TSPApp.csproj.user
......\......\TSPForm.cs
......\......\TSPForm.resx
......\......\UpgradeLog.XML
......\......\_UpgradeReport_Files\UpgradeReport.css
......\......\....................\UpgradeReport.xslt
......\......\....................\UpgradeReport_Minus.gif
......\......\....................\UpgradeReport_Plus.gif
......\GALIb\obj\Debug\temp
......\.....\...\.....\TempPE
......\TSPApp\obj\Debug\temp
......\......\...\.....\TempPE
......\GALIb\bin\Debug
......\.....\obj\Debug
......\TSPApp\bin\Debug
......\......\obj\Debug
......\GALIb\bin
......\.....\obj
......\TSPApp\Backup
......\......\bin
......\......\obj
......\......\_UpgradeReport_Files
......\GALIb
......\TSPApp
TSP C#