summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
m---------src/CS340.Extensions0
m---------src/CS340.Graph0
m---------src/CS340.Interfaces0
m---------src/CS340.PriorityQueue0
-rw-r--r--src/CS340.TSP/CS340.TSP.csproj13
m---------src/Extensions0
m---------src/Graph0
m---------src/Interfaces0
-rw-r--r--src/Plotter/Plot.Designer.cs (renamed from src/CS340.Plotter/Plot.Designer.cs)0
-rw-r--r--src/Plotter/Plot.cs (renamed from src/CS340.Plotter/Plot.cs)0
-rw-r--r--src/Plotter/Plot.resx (renamed from src/CS340.Plotter/Plot.resx)0
-rw-r--r--src/Plotter/Plotter.csproj (renamed from src/CS340.Plotter/CS340.Plotter.csproj)4
-rw-r--r--src/Plotter/Program.cs (renamed from src/CS340.Plotter/Program.cs)0
-rw-r--r--src/Plotter/TourPlot.cs (renamed from src/CS340.Plotter/TourPlot.cs)0
-rw-r--r--src/Plotter/graphs/graph1.csv (renamed from src/CS340.Plotter/graphs/graph1.csv)0
-rw-r--r--src/Plotter/graphs/graph1.txt (renamed from src/CS340.Plotter/graphs/graph1.txt)0
-rw-r--r--src/Plotter/graphs/graph10.csv (renamed from src/CS340.Plotter/graphs/graph10.csv)0
-rw-r--r--src/Plotter/graphs/graph10.txt (renamed from src/CS340.Plotter/graphs/graph10.txt)0
-rw-r--r--src/Plotter/graphs/graph2.csv (renamed from src/CS340.Plotter/graphs/graph2.csv)0
-rw-r--r--src/Plotter/graphs/graph2.txt (renamed from src/CS340.Plotter/graphs/graph2.txt)0
-rw-r--r--src/Plotter/graphs/graph3.csv (renamed from src/CS340.Plotter/graphs/graph3.csv)0
-rw-r--r--src/Plotter/graphs/graph3.txt (renamed from src/CS340.Plotter/graphs/graph3.txt)0
-rw-r--r--src/Plotter/graphs/graph4.csv (renamed from src/CS340.Plotter/graphs/graph4.csv)0
-rw-r--r--src/Plotter/graphs/graph4.txt (renamed from src/CS340.Plotter/graphs/graph4.txt)0
-rw-r--r--src/Plotter/graphs/graph5.csv (renamed from src/CS340.Plotter/graphs/graph5.csv)0
-rw-r--r--src/Plotter/graphs/graph5.txt (renamed from src/CS340.Plotter/graphs/graph5.txt)0
-rw-r--r--src/Plotter/graphs/graph6.csv (renamed from src/CS340.Plotter/graphs/graph6.csv)0
-rw-r--r--src/Plotter/graphs/graph6.txt (renamed from src/CS340.Plotter/graphs/graph6.txt)0
-rw-r--r--src/Plotter/graphs/graph7.csv (renamed from src/CS340.Plotter/graphs/graph7.csv)0
-rw-r--r--src/Plotter/graphs/graph7.txt (renamed from src/CS340.Plotter/graphs/graph7.txt)0
-rw-r--r--src/Plotter/graphs/graph8.csv (renamed from src/CS340.Plotter/graphs/graph8.csv)0
-rw-r--r--src/Plotter/graphs/graph8.txt (renamed from src/CS340.Plotter/graphs/graph8.txt)0
-rw-r--r--src/Plotter/graphs/graph9.csv (renamed from src/CS340.Plotter/graphs/graph9.csv)0
-rw-r--r--src/Plotter/graphs/graph9.txt (renamed from src/CS340.Plotter/graphs/graph9.txt)0
m---------src/PriorityQueue0
-rw-r--r--src/TSP/City.cs (renamed from src/CS340.TSP/City.cs)0
-rw-r--r--src/TSP/Coordinates.cs (renamed from src/CS340.TSP/Coordinates.cs)0
-rw-r--r--src/TSP/TSP.csproj13
-rw-r--r--src/TSP/TSPSolver.cs (renamed from src/CS340.TSP/TSPSolver.cs)0
-rw-r--r--src/TSP/Tour.cs (renamed from src/CS340.TSP/Tour.cs)0
40 files changed, 15 insertions, 15 deletions
diff --git a/src/CS340.Extensions b/src/CS340.Extensions
deleted file mode 160000
-Subproject 9524e96711b9a01868717395f6a040373f5678f
diff --git a/src/CS340.Graph b/src/CS340.Graph
deleted file mode 160000
-Subproject 92abf69c87475311de8c3d585c352b484aae8e9
diff --git a/src/CS340.Interfaces b/src/CS340.Interfaces
deleted file mode 160000
-Subproject 187e8aaf854e9262f1ff6c574a2c28fe662dbbf
diff --git a/src/CS340.PriorityQueue b/src/CS340.PriorityQueue
deleted file mode 160000
-Subproject 7b0641c6f967b6843ea93010d3eb338eaada014
diff --git a/src/CS340.TSP/CS340.TSP.csproj b/src/CS340.TSP/CS340.TSP.csproj
deleted file mode 100644
index dae9f9e..0000000
--- a/src/CS340.TSP/CS340.TSP.csproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net5.0</TargetFramework>
- </PropertyGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\CS340.Graph\CS340.Graph.csproj" />
- <ProjectReference Include="..\CS340.Interfaces\CS340.Interfaces.csproj" />
- <ProjectReference Include="..\CS340.Extensions\CS340.Extensions.csproj" />
- </ItemGroup>
-
-</Project>
diff --git a/src/Extensions b/src/Extensions
new file mode 160000
+Subproject bf2c055ab57e4e0ef3a9c11ad278a7a907e1ceb
diff --git a/src/Graph b/src/Graph
new file mode 160000
+Subproject d372d100de05fad3b1be342f0d2b9e1bb1c3ac8
diff --git a/src/Interfaces b/src/Interfaces
new file mode 160000
+Subproject cfcca407247236c785d6e09678ffd848444fb3f
diff --git a/src/CS340.Plotter/Plot.Designer.cs b/src/Plotter/Plot.Designer.cs
index 7a06f33..7a06f33 100644
--- a/src/CS340.Plotter/Plot.Designer.cs
+++ b/src/Plotter/Plot.Designer.cs
diff --git a/src/CS340.Plotter/Plot.cs b/src/Plotter/Plot.cs
index 6732fe1..6732fe1 100644
--- a/src/CS340.Plotter/Plot.cs
+++ b/src/Plotter/Plot.cs
diff --git a/src/CS340.Plotter/Plot.resx b/src/Plotter/Plot.resx
index f298a7b..f298a7b 100644
--- a/src/CS340.Plotter/Plot.resx
+++ b/src/Plotter/Plot.resx
diff --git a/src/CS340.Plotter/CS340.Plotter.csproj b/src/Plotter/Plotter.csproj
index 1cbf369..4c973b3 100644
--- a/src/CS340.Plotter/CS340.Plotter.csproj
+++ b/src/Plotter/Plotter.csproj
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
- <ProjectReference Include="..\CS340.Graph\CS340.Graph.csproj" />
- <ProjectReference Include="..\CS340.TSP\CS340.TSP.csproj" />
+ <ProjectReference Include="..\Graph\Graph.csproj" />
+ <ProjectReference Include="..\TSP\TSP.csproj" />
<Content Include="graphs\*.*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
diff --git a/src/CS340.Plotter/Program.cs b/src/Plotter/Program.cs
index d9175fe..d9175fe 100644
--- a/src/CS340.Plotter/Program.cs
+++ b/src/Plotter/Program.cs
diff --git a/src/CS340.Plotter/TourPlot.cs b/src/Plotter/TourPlot.cs
index 751fd2e..751fd2e 100644
--- a/src/CS340.Plotter/TourPlot.cs
+++ b/src/Plotter/TourPlot.cs
diff --git a/src/CS340.Plotter/graphs/graph1.csv b/src/Plotter/graphs/graph1.csv
index 17891b7..17891b7 100644
--- a/src/CS340.Plotter/graphs/graph1.csv
+++ b/src/Plotter/graphs/graph1.csv
diff --git a/src/CS340.Plotter/graphs/graph1.txt b/src/Plotter/graphs/graph1.txt
index f31c4fd..f31c4fd 100644
--- a/src/CS340.Plotter/graphs/graph1.txt
+++ b/src/Plotter/graphs/graph1.txt
diff --git a/src/CS340.Plotter/graphs/graph10.csv b/src/Plotter/graphs/graph10.csv
index b443717..b443717 100644
--- a/src/CS340.Plotter/graphs/graph10.csv
+++ b/src/Plotter/graphs/graph10.csv
diff --git a/src/CS340.Plotter/graphs/graph10.txt b/src/Plotter/graphs/graph10.txt
index 4f999c7..4f999c7 100644
--- a/src/CS340.Plotter/graphs/graph10.txt
+++ b/src/Plotter/graphs/graph10.txt
diff --git a/src/CS340.Plotter/graphs/graph2.csv b/src/Plotter/graphs/graph2.csv
index 2610f5c..2610f5c 100644
--- a/src/CS340.Plotter/graphs/graph2.csv
+++ b/src/Plotter/graphs/graph2.csv
diff --git a/src/CS340.Plotter/graphs/graph2.txt b/src/Plotter/graphs/graph2.txt
index 3537352..3537352 100644
--- a/src/CS340.Plotter/graphs/graph2.txt
+++ b/src/Plotter/graphs/graph2.txt
diff --git a/src/CS340.Plotter/graphs/graph3.csv b/src/Plotter/graphs/graph3.csv
index be8e3e2..be8e3e2 100644
--- a/src/CS340.Plotter/graphs/graph3.csv
+++ b/src/Plotter/graphs/graph3.csv
diff --git a/src/CS340.Plotter/graphs/graph3.txt b/src/Plotter/graphs/graph3.txt
index aac27df..aac27df 100644
--- a/src/CS340.Plotter/graphs/graph3.txt
+++ b/src/Plotter/graphs/graph3.txt
diff --git a/src/CS340.Plotter/graphs/graph4.csv b/src/Plotter/graphs/graph4.csv
index 8d4b0c8..8d4b0c8 100644
--- a/src/CS340.Plotter/graphs/graph4.csv
+++ b/src/Plotter/graphs/graph4.csv
diff --git a/src/CS340.Plotter/graphs/graph4.txt b/src/Plotter/graphs/graph4.txt
index 979af49..979af49 100644
--- a/src/CS340.Plotter/graphs/graph4.txt
+++ b/src/Plotter/graphs/graph4.txt
diff --git a/src/CS340.Plotter/graphs/graph5.csv b/src/Plotter/graphs/graph5.csv
index 58dd108..58dd108 100644
--- a/src/CS340.Plotter/graphs/graph5.csv
+++ b/src/Plotter/graphs/graph5.csv
diff --git a/src/CS340.Plotter/graphs/graph5.txt b/src/Plotter/graphs/graph5.txt
index 719405b..719405b 100644
--- a/src/CS340.Plotter/graphs/graph5.txt
+++ b/src/Plotter/graphs/graph5.txt
diff --git a/src/CS340.Plotter/graphs/graph6.csv b/src/Plotter/graphs/graph6.csv
index 442af1a..442af1a 100644
--- a/src/CS340.Plotter/graphs/graph6.csv
+++ b/src/Plotter/graphs/graph6.csv
diff --git a/src/CS340.Plotter/graphs/graph6.txt b/src/Plotter/graphs/graph6.txt
index 55210c3..55210c3 100644
--- a/src/CS340.Plotter/graphs/graph6.txt
+++ b/src/Plotter/graphs/graph6.txt
diff --git a/src/CS340.Plotter/graphs/graph7.csv b/src/Plotter/graphs/graph7.csv
index a633a58..a633a58 100644
--- a/src/CS340.Plotter/graphs/graph7.csv
+++ b/src/Plotter/graphs/graph7.csv
diff --git a/src/CS340.Plotter/graphs/graph7.txt b/src/Plotter/graphs/graph7.txt
index 92bd948..92bd948 100644
--- a/src/CS340.Plotter/graphs/graph7.txt
+++ b/src/Plotter/graphs/graph7.txt
diff --git a/src/CS340.Plotter/graphs/graph8.csv b/src/Plotter/graphs/graph8.csv
index f0b9474..f0b9474 100644
--- a/src/CS340.Plotter/graphs/graph8.csv
+++ b/src/Plotter/graphs/graph8.csv
diff --git a/src/CS340.Plotter/graphs/graph8.txt b/src/Plotter/graphs/graph8.txt
index bb0eb23..bb0eb23 100644
--- a/src/CS340.Plotter/graphs/graph8.txt
+++ b/src/Plotter/graphs/graph8.txt
diff --git a/src/CS340.Plotter/graphs/graph9.csv b/src/Plotter/graphs/graph9.csv
index 46016eb..46016eb 100644
--- a/src/CS340.Plotter/graphs/graph9.csv
+++ b/src/Plotter/graphs/graph9.csv
diff --git a/src/CS340.Plotter/graphs/graph9.txt b/src/Plotter/graphs/graph9.txt
index 528b29a..528b29a 100644
--- a/src/CS340.Plotter/graphs/graph9.txt
+++ b/src/Plotter/graphs/graph9.txt
diff --git a/src/PriorityQueue b/src/PriorityQueue
new file mode 160000
+Subproject aaa7b630b2117259444751ee49d90767771ad3c
diff --git a/src/CS340.TSP/City.cs b/src/TSP/City.cs
index 4889bdb..4889bdb 100644
--- a/src/CS340.TSP/City.cs
+++ b/src/TSP/City.cs
diff --git a/src/CS340.TSP/Coordinates.cs b/src/TSP/Coordinates.cs
index 1e74021..1e74021 100644
--- a/src/CS340.TSP/Coordinates.cs
+++ b/src/TSP/Coordinates.cs
diff --git a/src/TSP/TSP.csproj b/src/TSP/TSP.csproj
new file mode 100644
index 0000000..880efa6
--- /dev/null
+++ b/src/TSP/TSP.csproj
@@ -0,0 +1,13 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net5.0</TargetFramework>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\Graph\Graph.csproj" />
+ <ProjectReference Include="..\Interfaces\Interfaces.csproj" />
+ <ProjectReference Include="..\Extensions\Extensions.csproj" />
+ </ItemGroup>
+
+</Project>
diff --git a/src/CS340.TSP/TSPSolver.cs b/src/TSP/TSPSolver.cs
index 84d3945..84d3945 100644
--- a/src/CS340.TSP/TSPSolver.cs
+++ b/src/TSP/TSPSolver.cs
diff --git a/src/CS340.TSP/Tour.cs b/src/TSP/Tour.cs
index 5f530be..5f530be 100644
--- a/src/CS340.TSP/Tour.cs
+++ b/src/TSP/Tour.cs