diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index e69de29bb..000000000
diff --git a/LICENSE.txt b/LICENSE
similarity index 100%
rename from LICENSE.txt
rename to LICENSE
diff --git a/QuickGraph.sln b/QuickGraph.sln
index 84b771d47..efa26bd0f 100644
--- a/QuickGraph.sln
+++ b/QuickGraph.sln
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.25420.1
+# Visual Studio 15
+VisualStudioVersion = 15.0.27428.2043
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ProjectScaffold", "ProjectScaffold", "{FAAD5B1C-1217-48D6-B1EF-7CAC0440D6A4}"
ProjectSection(SolutionItems) = preProject
@@ -22,7 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{7A2A3C07-B
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extras", "Extras", "{DD28733B-860A-4FE6-8D68-119EB179F90E}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickGraph", "src\QuickGraph\QuickGraph.csproj", "{A9A5C115-0680-44B3-A87E-5ECF4C93814E}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuikGraph", "src\QuikGraph\QuikGraph.csproj", "{A9A5C115-0680-44B3-A87E-5ECF4C93814E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickGraph.Data", "src\QuickGraph.Data\QuickGraph.Data.csproj", "{960C14D1-EDBD-40E5-8AE6-25E311551B87}"
EndProject
@@ -65,10 +65,10 @@ Global
{A9A5C115-0680-44B3-A87E-5ECF4C93814E}.DebugContracts|Any CPU.Build.0 = Debug|Any CPU
{A9A5C115-0680-44B3-A87E-5ECF4C93814E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9A5C115-0680-44B3-A87E-5ECF4C93814E}.Release|Any CPU.Build.0 = Release|Any CPU
- {A9A5C115-0680-44B3-A87E-5ECF4C93814E}.Release20|Any CPU.ActiveCfg = Release20|Any CPU
- {A9A5C115-0680-44B3-A87E-5ECF4C93814E}.Release20|Any CPU.Build.0 = Release20|Any CPU
- {A9A5C115-0680-44B3-A87E-5ECF4C93814E}.ReleaseContractsReferences|Any CPU.ActiveCfg = Release20|Any CPU
- {A9A5C115-0680-44B3-A87E-5ECF4C93814E}.ReleaseContractsReferences|Any CPU.Build.0 = Release20|Any CPU
+ {A9A5C115-0680-44B3-A87E-5ECF4C93814E}.Release20|Any CPU.ActiveCfg = Release|Any CPU
+ {A9A5C115-0680-44B3-A87E-5ECF4C93814E}.Release20|Any CPU.Build.0 = Release|Any CPU
+ {A9A5C115-0680-44B3-A87E-5ECF4C93814E}.ReleaseContractsReferences|Any CPU.ActiveCfg = Release|Any CPU
+ {A9A5C115-0680-44B3-A87E-5ECF4C93814E}.ReleaseContractsReferences|Any CPU.Build.0 = Release|Any CPU
{960C14D1-EDBD-40E5-8AE6-25E311551B87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{960C14D1-EDBD-40E5-8AE6-25E311551B87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{960C14D1-EDBD-40E5-8AE6-25E311551B87}.DebugContracts|Any CPU.ActiveCfg = Debug|Any CPU
@@ -208,6 +208,9 @@ Global
{6B141FDE-F5DF-4DFD-B21F-C076BC87CCAF} = {22937B93-4129-4F68-AB14-F7AFE020BA8F}
{4B220E23-A7E0-4222-83F5-C785F7C66B33} = {2E664E5C-14E3-4AA2-A336-7209544C78F0}
EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {C26EFBC1-5149-4422-AFD3-172667AA018F}
+ EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = QuickGraph1.vsmdi
EndGlobalSection
diff --git a/src/QuickGraph.Data/QuickGraph.Data.csproj b/src/QuickGraph.Data/QuickGraph.Data.csproj
index c43e37551..c266615fd 100644
--- a/src/QuickGraph.Data/QuickGraph.Data.csproj
+++ b/src/QuickGraph.Data/QuickGraph.Data.csproj
@@ -208,7 +208,7 @@
{595d6322-637a-4a36-97f1-d53f3f9ecea7}
QuickGraph.Graphviz
-
+
{a9a5c115-0680-44b3-a87e-5ecf4c93814e}
QuickGraph
diff --git a/src/QuickGraph.Glee/QuickGraph.Glee.csproj b/src/QuickGraph.Glee/QuickGraph.Glee.csproj
index 66c10f0bf..1d5790045 100644
--- a/src/QuickGraph.Glee/QuickGraph.Glee.csproj
+++ b/src/QuickGraph.Glee/QuickGraph.Glee.csproj
@@ -259,7 +259,7 @@
-
+
{a9a5c115-0680-44b3-a87e-5ecf4c93814e}
QuickGraph
diff --git a/src/QuickGraph.Graphviz/QuickGraph.Graphviz.csproj b/src/QuickGraph.Graphviz/QuickGraph.Graphviz.csproj
index 7d35de65f..88dc7303f 100644
--- a/src/QuickGraph.Graphviz/QuickGraph.Graphviz.csproj
+++ b/src/QuickGraph.Graphviz/QuickGraph.Graphviz.csproj
@@ -244,7 +244,7 @@
-
+
{a9a5c115-0680-44b3-a87e-5ecf4c93814e}
QuickGraph
diff --git a/src/QuickGraph.Petri/QuickGraph.Petri.csproj b/src/QuickGraph.Petri/QuickGraph.Petri.csproj
index 9670898f7..478a3ee25 100644
--- a/src/QuickGraph.Petri/QuickGraph.Petri.csproj
+++ b/src/QuickGraph.Petri/QuickGraph.Petri.csproj
@@ -194,7 +194,7 @@
-
+
{a9a5c115-0680-44b3-a87e-5ecf4c93814e}
QuickGraph
diff --git a/src/QuickGraph.Samples/QuickGraph.Samples.csproj b/src/QuickGraph.Samples/QuickGraph.Samples.csproj
index 4b9daff04..f94798ac8 100644
--- a/src/QuickGraph.Samples/QuickGraph.Samples.csproj
+++ b/src/QuickGraph.Samples/QuickGraph.Samples.csproj
@@ -131,7 +131,7 @@
{595d6322-637a-4a36-97f1-d53f3f9ecea7}
QuickGraph.Graphviz
-
+
{a9a5c115-0680-44b3-a87e-5ecf4c93814e}
QuickGraph
diff --git a/src/QuickGraph/Algorithms/Search/HeightFirstSearchAlgorithm.cs b/src/QuickGraph/Algorithms/Search/HeightFirstSearchAlgorithm.cs
deleted file mode 100644
index cbf9900fa..000000000
--- a/src/QuickGraph/Algorithms/Search/HeightFirstSearchAlgorithm.cs
+++ /dev/null
@@ -1,393 +0,0 @@
-using System;
-using System.Collections.Generic;
-
-namespace ModelDriven.Graph.Algorithms.Search
-{
-
- ///
- ///
- public sealed class HeightFirstSearchAlgorithm :
- IAlgorithm
- /// A height first search algorithm on a directed graph
- ///
- /// The graph to traverse
- /// g is null
- public HeightFirstSearchAlgorithm(IBidirectionalVertexListGraph g)
- {
- if (g == null)
- throw new ArgumentNullException("g");
- this.visitedGraph = g;
- this.colors = new VertexColorDictionary();
- }
-
- ///
- /// A height first search algorithm on a directed graph
- ///
- /// The graph to traverse
- /// vertex color map
- /// g or colors are null
- public HeightFirstSearchAlgorithm(
- IBidirectionalVertexListGraph g,
- VertexColorDictionary colors
- )
- {
- if (g == null)
- throw new ArgumentNullException("g");
- if (colors == null)
- throw new ArgumentNullException("Colors");
-
- this.visitedGraph = g;
- this.colors = colors;
- }
-
- ///
- /// Visited graph
- ///
- public IBidirectionalVertexListGraph VisitedGraph
- {
- get
- {
- return this.visitedGraph;
- }
- }
-
- Object IAlgorithm.VisitedGraph
- {
- get
- {
- return this.VisitedGraph;
- }
- }
-
- ///
- /// Gets the vertex color map
- ///
- ///
- /// Vertex color () dictionary
- ///
- public VertexColorDictionary Colors
- {
- get
- {
- return this.colors;
- }
- }
-
- ///
- /// IVertexColorizerAlgorithm implementation
- ///
- IDictionary IVertexColorizerAlgorithm.Colors
- {
- get
- {
- return this.Colors;
- }
- }
-
- ///
- /// Gets or sets the maximum exploration depth, from
- /// the start vertex.
- ///
- ///
- /// Defaulted at int.MaxValue.
- ///
- ///
- /// Maximum exploration depth.
- ///
- public int MaxDepth
- {
- get
- {
- return this.maxDepth;
- }
- set
- {
- this.maxDepth = value;
- }
- }
-
- #region Events
- ///
- /// Invoked on every vertex of the graph before the start of the graph
- /// search.
- ///
- public event VertexEventHandler InitializeVertex;
-
- ///
- /// Raises the event.
- ///
- /// vertex that raised the event
- protected void OnInitializeVertex(IVertex v)
- {
- if (InitializeVertex != null)
- InitializeVertex(this, new VertexEventArgs(v));
- }
-
- ///
- /// Invoked on the source vertex once before the start of the search.
- ///
- public event VertexEventHandler StartVertex;
-
- ///
- /// Raises the event.
- ///
- /// vertex that raised the event
- protected void OnStartVertex(IVertex v)
- {
- if (StartVertex != null)
- StartVertex(this, new VertexEventArgs(v));
- }
-
- ///
- /// Invoked when a vertex is encountered for the first time.
- ///
- public event VertexEventHandler DiscoverVertex;
-
-
- ///
- /// Raises the event.
- ///
- /// vertex that raised the event
- protected void OnDiscoverVertex(IVertex v)
- {
- if (DiscoverVertex != null)
- DiscoverVertex(this, new VertexEventArgs(v));
- }
-
- ///
- /// Invoked on every out-edge of each vertex after it is discovered.
- ///
- public event EdgeEventHandler ExamineEdge;
-
-
- ///
- /// Raises the event.
- ///
- /// edge that raised the event
- protected void OnExamineEdge(IEdge e)
- {
- if (ExamineEdge != null)
- ExamineEdge(this, new EdgeEventArgs(e));
- }
-
- ///
- /// Invoked on each edge as it becomes a member of the edges that form
- /// the search tree. If you wish to record predecessors, do so at this
- /// event point.
- ///
- public event EdgeEventHandler TreeEdge;
-
-
- ///
- /// Raises the event.
- ///
- /// edge that raised the event
- protected void OnTreeEdge(IEdge e)
- {
- if (TreeEdge != null)
- TreeEdge(this, new EdgeEventArgs(e));
- }
-
- ///
- /// Invoked on the back edges in the graph.
- ///
- public event EdgeEventHandler BackEdge;
-
-
- ///
- /// Raises the event.
- ///
- /// edge that raised the event
- protected void OnBackEdge(IEdge e)
- {
- if (BackEdge != null)
- BackEdge(this, new EdgeEventArgs(e));
- }
-
- ///
- /// Invoked on forward or cross edges in the graph.
- /// (In an undirected graph this method is never called.)
- ///
- public event EdgeEventHandler ForwardOrCrossEdge;
-
-
- ///
- /// Raises the event.
- ///
- /// edge that raised the event
- protected void OnForwardOrCrossEdge(IEdge e)
- {
- if (ForwardOrCrossEdge != null)
- ForwardOrCrossEdge(this, new EdgeEventArgs(e));
- }
-
- ///
- /// Invoked on a vertex after all of its out edges have been added to
- /// the search tree and all of the adjacent vertices have been
- /// discovered (but before their out-edges have been examined).
- ///
- public event VertexEventHandler FinishVertex;
-
- ///
- /// Raises the event.
- ///
- /// vertex that raised the event
- protected void OnFinishVertex(IVertex v)
- {
- if (FinishVertex != null)
- FinishVertex(this, new VertexEventArgs(v));
- }
- #endregion
-
- ///
- /// Execute the DFS search.
- ///
- public void Compute()
- {
- Compute(null);
- }
-
- ///
- /// Execute the DFS starting with the vertex s
- ///
- /// Starting vertex
- public void Compute(IVertex s)
- {
- // put all vertex to white
- Initialize();
-
- // if there is a starting vertex, start whith him:
- if (s != null)
- {
- OnStartVertex(s);
- Visit(s, 0);
- }
-
- // process each vertex
- foreach (IVertex u in VisitedGraph.Vertices)
- {
- if (Colors[u] == GraphColor.White)
- {
- OnStartVertex(u);
- Visit(u, 0);
- }
- }
- }
-
- ///
- /// Initializes the vertex color map
- ///
- ///
- ///
- public void Initialize()
- {
- foreach (IVertex u in VisitedGraph.Vertices)
- {
- Colors[u] = GraphColor.White;
- OnInitializeVertex(u);
- }
- }
-
- ///
- /// Does a depth first search on the vertex u
- ///
- /// vertex to explore
- /// current recursion depth
- /// u cannot be null
- public void Visit(IVertex u, int depth)
- {
- if (depth > this.maxDepth)
- return;
- if (u == null)
- throw new ArgumentNullException("u");
-
- Colors[u] = GraphColor.Gray;
- OnDiscoverVertex(u);
-
- IVertex v = null;
- foreach (IEdge e in VisitedGraph.InEdges(u))
- {
- OnExamineEdge(e);
- v = e.Source;
- GraphColor c = Colors[v];
- if (c == GraphColor.White)
- {
- OnTreeEdge(e);
- Visit(v, depth + 1);
- }
- else if (c == GraphColor.Gray)
- {
- OnBackEdge(e);
- }
- else
- {
- OnForwardOrCrossEdge(e);
- }
- }
-
- Colors[u] = GraphColor.Black;
- OnFinishVertex(u);
- }
-
- ///
- /// Registers the predecessors handler
- ///
- ///
- public void RegisterPredecessorRecorderHandlers(IPredecessorRecorderVisitor vis)
- {
- if (vis == null)
- throw new ArgumentNullException("visitor");
- TreeEdge += new EdgeEventHandler(vis.TreeEdge);
- FinishVertex += new VertexEventHandler(vis.FinishVertex);
- }
-
- ///
- ///
- ///
- ///
- public void RegisterTimeStamperHandlers(ITimeStamperVisitor vis)
- {
- if (vis == null)
- throw new ArgumentNullException("visitor");
-
- DiscoverVertex += new VertexEventHandler(vis.DiscoverVertex);
- FinishVertex += new VertexEventHandler(vis.FinishVertex);
- }
-
- ///
- ///
- ///
- ///
- public void RegisterVertexColorizerHandlers(IVertexColorizerVisitor vis)
- {
- if (vis == null)
- throw new ArgumentNullException("visitor");
-
- InitializeVertex += new VertexEventHandler(vis.InitializeVertex);
- DiscoverVertex += new VertexEventHandler(vis.DiscoverVertex);
- FinishVertex += new VertexEventHandler(vis.FinishVertex);
- }
-
- ///
- ///
- ///
- ///
- public void RegisterTreeEdgeBuilderHandlers(ITreeEdgeBuilderVisitor vis)
- {
- if (vis == null)
- throw new ArgumentNullException("visitor");
-
- TreeEdge += new EdgeEventHandler(vis.TreeEdge);
- }
- }
-}
diff --git a/src/QuickGraph/Algorithms/Search/UndirectedEdgeDepthFirstSearchAlgorithm.cs b/src/QuickGraph/Algorithms/Search/UndirectedEdgeDepthFirstSearchAlgorithm.cs
deleted file mode 100644
index 472e8f70f..000000000
--- a/src/QuickGraph/Algorithms/Search/UndirectedEdgeDepthFirstSearchAlgorithm.cs
+++ /dev/null
@@ -1,201 +0,0 @@
-using System;
-using System.Collections.Generic;
-
-namespace ModelDriven.Graph.Algorithms.Search
-{
-#if !SILVERLIGHT
- [Serializable]
-#endif
- public sealed class UndirectedEdgeDepthFirstSearchAlgorithm :
- RootedAlgorithmBase>,
- IEdgeColorizerAlgorithm,
- IEdgePredecessorRecorderAlgorithm,
- ITreeBuilderAlgorithm
- where Edge : IEdge
- {
- private IDictionary colors;
- private int maxDepth = int.MaxValue;
-
- public UndirectedEdgeDepthFirstSearchAlgorithm(IUndirectedGraph g)
- :this(g, new Dictionary())
- {
- }
-
- public UndirectedEdgeDepthFirstSearchAlgorithm(
- IUndirectedGraph visitedGraph,
- IDictionary colors
- )
- :base(visitedGraph)
- {
- if (colors == null)
- throw new ArgumentNullException("VertexColors");
-
- this.colors = colors;
- }
-
- public IDictionary EdgeColors
- {
- get
- {
- return this.colors;
- }
- }
-
- public int MaxDepth
- {
- get
- {
- return this.maxDepth;
- }
- set
- {
- this.maxDepth = value;
- }
- }
-
- public event EdgeEventHandler InitializeEdge;
- private void OnInitializeEdge(Edge e)
- {
- if (InitializeEdge != null)
- InitializeEdge(this, new EdgeEventArgs(e));
- }
-
- public event VertexEventHandler StartVertex;
- private void OnStartVertex(Vertex v)
- {
- if (StartVertex != null)
- StartVertex(this, new VertexEventArgs(v));
- }
-
- public event EdgeEventHandler StartEdge;
- private void OnStartEdge(Edge e)
- {
- if (StartEdge != null)
- StartEdge(this, new EdgeEventArgs(e));
- }
-
- public event EdgeEdgeEventHandler DiscoverTreeEdge;
- private void OnDiscoverTreeEdge(Edge e, Edge targetEge)
- {
- if (DiscoverTreeEdge != null)
- DiscoverTreeEdge(this, new EdgeEdgeEventArgs(e, targetEge));
- }
-
- public event EdgeEventHandler ExamineEdge;
- private void OnExamineEdge(Edge e)
- {
- if (ExamineEdge != null)
- ExamineEdge(this, new EdgeEventArgs(e));
- }
-
- public event EdgeEventHandler TreeEdge;
- private void OnTreeEdge(Edge e)
- {
- if (TreeEdge != null)
- TreeEdge(this, new EdgeEventArgs(e));
- }
-
- public event EdgeEventHandler BackEdge;
- private void OnBackEdge(Edge e)
- {
- if (BackEdge != null)
- BackEdge(this, new EdgeEventArgs(e));
- }
-
- public event EdgeEventHandler ForwardOrCrossEdge;
- private void OnForwardOrCrossEdge(Edge e)
- {
- if (ForwardOrCrossEdge != null)
- ForwardOrCrossEdge(this, new EdgeEventArgs(e));
- }
-
- public event EdgeEventHandler FinishEdge;
- private void OnFinishEdge(Edge e)
- {
- if (FinishEdge != null)
- FinishEdge(this, new EdgeEventArgs(e));
- }
-
- protected override void InternalCompute()
- {
- Initialize();
-
- // start whith him:
- if (this.RootVertex != null)
- {
- OnStartVertex(this.RootVertex);
-
- // process each out edge of v
- foreach (Edge e in VisitedGraph.OutEdges(this.RootVertex))
- {
- if (EdgeColors[e] == GraphColor.White)
- {
- OnStartEdge(e);
- Visit(e, 0);
- }
- }
- }
-
- // process the rest of the graph edges
- foreach (Edge e in VisitedGraph.Edges)
- {
- if (EdgeColors[e] == GraphColor.White)
- {
- OnStartEdge(e);
- Visit(e, 0);
- }
- }
- }
-
- public void Initialize()
- {
- // put all vertex to white
- foreach (Edge e in VisitedGraph.Edges)
- {
- EdgeColors[e] = GraphColor.White;
- OnInitializeEdge(e);
- }
- }
-
- public void Visit(Edge se, int depth)
- {
- if (depth > this.maxDepth)
- return;
-
- // mark edge as gray
- EdgeColors[se] = GraphColor.Gray;
- // add edge to the search tree
- OnTreeEdge(se);
-
- VisitEdges(this.VisitedGraph.AdjacentEdges(se.Target), depth);
- VisitEdges(this.VisitedGraph.AdjacentEdges(se.Source), depth);
-
- // all edges have been explored
- EdgeColors[se] = GraphColor.Black;
- OnFinishEdge(se);
- }
-
- private void VisitEdges(IEnumerable edges, int depth)
- {
- // iterate over out-edges
- foreach (Edge e in edges)
- {
- // check edge is not explored yet,
- // if not, explore it.
- if (EdgeColors[e] == GraphColor.White)
- {
- OnDiscoverTreeEdge(se, e);
- Visit(e, depth + 1);
- }
- else if (EdgeColors[e] == GraphColor.Gray)
- {
- // edge is being explored
- OnBackEdge(e);
- }
- else
- // edge is black
- OnForwardOrCrossEdge(e);
- }
- }
- }
-}
diff --git a/src/QuickGraph/App.config b/src/QuickGraph/App.config
deleted file mode 100644
index cf911ccb5..000000000
--- a/src/QuickGraph/App.config
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/QuickGraph/Properties/AssemblyInfo.cs b/src/QuickGraph/Properties/AssemblyInfo.cs
deleted file mode 100644
index 2a2d3092e..000000000
--- a/src/QuickGraph/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-using System.Reflection;
-
-[assembly: AssemblyTitleAttribute("QuickGraph")]
-[assembly: AssemblyProductAttribute("YC.QuickGraph")]
-[assembly: AssemblyDescriptionAttribute("Graph datastructures and algorithms for .NET.")]
-[assembly: AssemblyVersionAttribute("3.7.5")]
-[assembly: AssemblyFileVersionAttribute("3.7.5")]
-namespace System {
- internal static class AssemblyVersionInformation {
- internal const System.String AssemblyTitle = "QuickGraph";
- internal const System.String AssemblyProduct = "YC.QuickGraph";
- internal const System.String AssemblyDescription = "Graph datastructures and algorithms for .NET.";
- internal const System.String AssemblyVersion = "3.7.5";
- internal const System.String AssemblyFileVersion = "3.7.5";
- }
-}
diff --git a/src/QuickGraph/QuickGraph.csproj b/src/QuickGraph/QuickGraph.csproj
deleted file mode 100644
index f86d0b021..000000000
--- a/src/QuickGraph/QuickGraph.csproj
+++ /dev/null
@@ -1,1310 +0,0 @@
-
-
-
- Debug
- AnyCPU
- 9.0.30729
- 2.0
- {A9A5C115-0680-44B3-A87E-5ECF4C93814E}
- Library
- QuickGraph
- YC.QuickGraph
- 4
- quickgraph.snk
- File
- false
- SAK
- SAK
- SAK
- SAK
-
-
- 3.5
-
-
- v4.5
- publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
-
- 0
-
-
-
-
- true
- full
- false
- .\bin\Debug\
- TRACE;DEBUG
- true
- 4
-
-
- Off
- 1591
-
-
-
-
- False
- False
- False
- False
- False
-
-
-
-
-
-
-
-
- False
- True
- AllRules.ruleset
- False
- True
- False
- False
- False
- False
- True
- False
- True
-
- Pre and Post
- Build
- false
- AnyCPU
-
-
- true
- true
- .\bin\Release\
- TRACE
- bin\Release\YC.QuickGraph.xml
- Off
- false
- False
-
-
-
-
- False
- True
- False
- False
- False
-
-
-
-
-
-
-
-
- False
- Full
- True
- False
- AllRules.ruleset
- False
- False
- False
- False
- False
-
- Build
- True
- full
- false
- 1591
-
-
- bin\Release20\
- TRACE;NET20
- true
- false
- AnyCPU
- true
- GlobalSuppressions.cs
- Off
- bin\Release20\YC.QuickGraph.xml
- False
-
-
-
-
- Full
- False
- True
- False
- False
-
-
-
-
-
-
-
-
- False
- True
- False
- AllRules.ruleset
- False
- False
- False
- False
- False
- False
-
- Build
- True
- false
- 1591
-
-
-
-
-
-
-
- 3.5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Code
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Code
-
-
-
-
-
-
-
-
- Code
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
-
-
-
-
-
-
-
- ..\..\packages\FSharp.Core\lib\net45\FSharp.Core.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\FSharp.Core\lib\netstandard1.6\FSharp.Core.dll
- True
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Collections\ref\netstandard1.3\System.Collections.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Collections.Concurrent\lib\netstandard1.3\System.Collections.Concurrent.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Collections.Concurrent\ref\netstandard1.3\System.Collections.Concurrent.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Console\ref\netstandard1.3\System.Console.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Diagnostics.Debug\ref\netstandard1.3\System.Diagnostics.Debug.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Diagnostics.DiagnosticSource\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll
- True
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Diagnostics.Tools\ref\netstandard1.0\System.Diagnostics.Tools.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Diagnostics.Tracing\ref\netstandard1.5\System.Diagnostics.Tracing.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Globalization\ref\netstandard1.3\System.Globalization.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Globalization.Calendars\ref\netstandard1.3\System.Globalization.Calendars.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Globalization.Extensions\ref\netstandard1.3\System.Globalization.Extensions.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.IO\ref\netstandard1.5\System.IO.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.IO.FileSystem\ref\netstandard1.3\System.IO.FileSystem.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.IO.FileSystem.Primitives\lib\netstandard1.3\System.IO.FileSystem.Primitives.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.IO.FileSystem.Primitives\ref\netstandard1.3\System.IO.FileSystem.Primitives.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Linq\lib\netstandard1.6\System.Linq.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Linq\ref\netstandard1.6\System.Linq.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Linq.Expressions\lib\netstandard1.6\System.Linq.Expressions.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Linq.Expressions\ref\netstandard1.6\System.Linq.Expressions.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Linq.Queryable\ref\netstandard1.0\System.Linq.Queryable.dll
- False
- True
-
-
-
-
-
-
- ..\..\packages\System.Linq.Queryable\lib\netstandard1.3\System.Linq.Queryable.dll
- True
- True
-
-
-
-
-
-
-
-
- True
-
-
-
-
-
-
- ..\..\packages\System.Net.Http\ref\netstandard1.3\System.Net.Http.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Net.Primitives\ref\netstandard1.3\System.Net.Primitives.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Net.Requests\ref\netstandard1.3\System.Net.Requests.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Net.WebHeaderCollection\lib\netstandard1.3\System.Net.WebHeaderCollection.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Net.WebHeaderCollection\ref\netstandard1.3\System.Net.WebHeaderCollection.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.ObjectModel\lib\netstandard1.3\System.ObjectModel.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.ObjectModel\ref\netstandard1.3\System.ObjectModel.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Reflection\ref\netstandard1.5\System.Reflection.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Reflection.Emit\ref\netstandard1.1\System.Reflection.Emit.dll
- False
- True
-
-
-
-
-
-
- ..\..\packages\System.Reflection.Emit\lib\netstandard1.3\System.Reflection.Emit.dll
- True
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Reflection.Emit.ILGeneration\ref\netstandard1.0\System.Reflection.Emit.ILGeneration.dll
- False
- True
-
-
-
-
-
-
- ..\..\packages\System.Reflection.Emit.ILGeneration\lib\netstandard1.3\System.Reflection.Emit.ILGeneration.dll
- True
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Reflection.Emit.Lightweight\ref\netstandard1.0\System.Reflection.Emit.Lightweight.dll
- False
- True
-
-
-
-
-
-
- ..\..\packages\System.Reflection.Emit.Lightweight\lib\netstandard1.3\System.Reflection.Emit.Lightweight.dll
- True
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Reflection.Extensions\ref\netstandard1.0\System.Reflection.Extensions.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Reflection.Primitives\ref\netstandard1.0\System.Reflection.Primitives.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Reflection.TypeExtensions\lib\netcoreapp1.0\System.Reflection.TypeExtensions.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Reflection.TypeExtensions\lib\netstandard1.5\System.Reflection.TypeExtensions.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Reflection.TypeExtensions\ref\netstandard1.5\System.Reflection.TypeExtensions.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Resources.ResourceManager\ref\netstandard1.0\System.Resources.ResourceManager.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Runtime\ref\netstandard1.5\System.Runtime.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Runtime.Extensions\ref\netstandard1.5\System.Runtime.Extensions.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Runtime.Handles\ref\netstandard1.3\System.Runtime.Handles.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Runtime.InteropServices\ref\netcoreapp1.1\System.Runtime.InteropServices.dll
- False
- True
-
-
-
-
-
-
- ..\..\packages\System.Runtime.InteropServices\ref\netstandard1.5\System.Runtime.InteropServices.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Runtime.Numerics\ref\netstandard1.1\System.Runtime.Numerics.dll
- False
- True
-
-
-
-
-
-
- ..\..\packages\System.Runtime.Numerics\lib\netstandard1.3\System.Runtime.Numerics.dll
- True
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Security.Cryptography.Algorithms\ref\netstandard1.6\System.Security.Cryptography.Algorithms.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Security.Cryptography.Cng\lib\netstandard1.6\System.Security.Cryptography.Cng.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Security.Cryptography.Cng\ref\netstandard1.6\System.Security.Cryptography.Cng.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Security.Cryptography.Csp\ref\netstandard1.3\System.Security.Cryptography.Csp.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Security.Cryptography.Encoding\ref\netstandard1.3\System.Security.Cryptography.Encoding.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Security.Cryptography.OpenSsl\lib\netstandard1.6\System.Security.Cryptography.OpenSsl.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Security.Cryptography.OpenSsl\ref\netstandard1.6\System.Security.Cryptography.OpenSsl.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Security.Cryptography.Primitives\lib\netstandard1.3\System.Security.Cryptography.Primitives.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Security.Cryptography.Primitives\ref\netstandard1.3\System.Security.Cryptography.Primitives.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Security.Cryptography.X509Certificates\ref\netstandard1.4\System.Security.Cryptography.X509Certificates.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Text.Encoding\ref\netstandard1.3\System.Text.Encoding.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Text.RegularExpressions\ref\netcoreapp1.1\System.Text.RegularExpressions.dll
- False
- True
-
-
-
-
-
-
- ..\..\packages\System.Text.RegularExpressions\lib\netstandard1.6\System.Text.RegularExpressions.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Text.RegularExpressions\ref\netstandard1.6\System.Text.RegularExpressions.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Threading\lib\netstandard1.3\System.Threading.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Threading\ref\netstandard1.3\System.Threading.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Threading.Tasks\ref\netstandard1.3\System.Threading.Tasks.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Threading.Tasks.Parallel\ref\netstandard1.1\System.Threading.Tasks.Parallel.dll
- False
- True
-
-
-
-
-
-
- ..\..\packages\System.Threading.Tasks.Parallel\lib\netstandard1.3\System.Threading.Tasks.Parallel.dll
- True
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Threading.Thread\lib\netstandard1.3\System.Threading.Thread.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Threading.Thread\ref\netstandard1.3\System.Threading.Thread.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Threading.ThreadPool\lib\netstandard1.3\System.Threading.ThreadPool.dll
- True
- True
-
-
-
-
-
-
- ..\..\packages\System.Threading.ThreadPool\ref\netstandard1.3\System.Threading.ThreadPool.dll
- False
- True
-
-
-
-
-
-
-
-
- ..\..\packages\System.Threading.Timer\ref\netstandard1.2\System.Threading.Timer.dll
- False
- True
-
-
-
-
-
\ No newline at end of file
diff --git a/src/QuickGraph/QuickGraph.csproj.vspscc b/src/QuickGraph/QuickGraph.csproj.vspscc
deleted file mode 100644
index b6d32892f..000000000
--- a/src/QuickGraph/QuickGraph.csproj.vspscc
+++ /dev/null
@@ -1,10 +0,0 @@
-""
-{
-"FILE_VERSION" = "9237"
-"ENLISTMENT_CHOICE" = "NEVER"
-"PROJECT_FILE_RELATIVE_PATH" = ""
-"NUMBER_OF_EXCLUDED_FILES" = "0"
-"ORIGINAL_PROJECT_FILE_PATH" = ""
-"NUMBER_OF_NESTED_PROJECTS" = "0"
-"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
-}
diff --git a/src/QuickGraph/paket.references b/src/QuickGraph/paket.references
deleted file mode 100644
index a4274f6e6..000000000
--- a/src/QuickGraph/paket.references
+++ /dev/null
@@ -1,2 +0,0 @@
-DotNet.Contracts
-FSharp.Core
\ No newline at end of file
diff --git a/src/QuickGraph/paket.template b/src/QuickGraph/paket.template
deleted file mode 100644
index 854cbb383..000000000
--- a/src/QuickGraph/paket.template
+++ /dev/null
@@ -1,41 +0,0 @@
-type project
-id YC.QuickGraph
-title YC.QuickGraph
-owners
- YaccConstructor
-authors
- Jonathan \"Peli\" de Halleux
-projectUrl
- http://github.com/YaccConstructor/QuickGraph
-iconUrl
- https://raw.githubusercontent.com/YaccConstructor/QuickGraph/master/docs/files/img/logo.png
-licenseUrl
- http://github.com/YaccConstructor/QuickGraph/blob/master/LICENSE.txt
-requireLicenseAcceptance
- false
-copyright
- Copyright 2019
-tags
- graph datastructures algorithms QuickGraph Graphviz .NET CSharp
-summary
- Graph datastructures and algorithms for .NET.
-description
- QuickGraph provides generic directed/undirected graph datastructures and algorithms for .NET. QuickGraph comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, etc...
-references
- YC.QuickGraph.dll
- YC.QuickGraph.FSA.dll
- YC.QuickGraph.FST.dll
- YC.QuickGraph.Data.dll
- YC.QuickGraph.Glee.dll
- YC.QuickGraph.Graphviz.dll
- YC.QuickGraph.Petri.dll
- YC.QuickGraphFS.dll
-files
- ../../bin/QuickGraph/YC.QuickGraph.dll ==> lib/net45
- ../../bin/QuickGraph.Data/YC.QuickGraph.Data.dll ==> lib/net45
- ../../bin/QuickGraph.FSA/YC.QuickGraph.FSA.dll ==> lib/net45
- ../../bin/QuickGraph.FST/YC.QuickGraph.FST.dll ==> lib/net45
- ../../bin/QuickGraph.Glee/YC.QuickGraph.Glee.dll ==> lib/net45
- ../../bin/QuickGraph.Graphviz/YC.QuickGraph.Graphviz.dll ==> lib/net45
- ../../bin/QuickGraph.Petri/YC.QuickGraph.Petri.dll ==> lib/net45
- ../../bin/QuickGraphFS/YC.QuickGraphFS.dll ==> lib/net45
diff --git a/src/QuickGraph/quickgraph.snk b/src/QuickGraph/quickgraph.snk
deleted file mode 100644
index a630ef50c..000000000
Binary files a/src/QuickGraph/quickgraph.snk and /dev/null differ
diff --git a/src/QuickGraphFS/QuickGraphFS.fsproj b/src/QuickGraphFS/QuickGraphFS.fsproj
index adb44cdb5..c70653e9f 100644
--- a/src/QuickGraphFS/QuickGraphFS.fsproj
+++ b/src/QuickGraphFS/QuickGraphFS.fsproj
@@ -50,8 +50,8 @@
-
- QuickGraph
+
+ QuikGraph
{a9a5c115-0680-44b3-a87e-5ecf4c93814e}
True
diff --git a/src/QuickGraph/AdjacencyGraph.cs b/src/QuikGraph/AdjacencyGraph.cs
similarity index 100%
rename from src/QuickGraph/AdjacencyGraph.cs
rename to src/QuikGraph/AdjacencyGraph.cs
diff --git a/src/QuickGraph/Algorithms/AlgorithmBase.cs b/src/QuikGraph/Algorithms/AlgorithmBase.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/AlgorithmBase.cs
rename to src/QuikGraph/Algorithms/AlgorithmBase.cs
diff --git a/src/QuickGraph/Algorithms/AlgorithmEventHandler.cs b/src/QuikGraph/Algorithms/AlgorithmEventHandler.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/AlgorithmEventHandler.cs
rename to src/QuikGraph/Algorithms/AlgorithmEventHandler.cs
diff --git a/src/QuickGraph/Algorithms/AlgorithmExtensions.cs b/src/QuikGraph/Algorithms/AlgorithmExtensions.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/AlgorithmExtensions.cs
rename to src/QuikGraph/Algorithms/AlgorithmExtensions.cs
diff --git a/src/QuickGraph/Algorithms/AssigmentProblem/HungarianAlgorithm.cs b/src/QuikGraph/Algorithms/AssigmentProblem/HungarianAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/AssigmentProblem/HungarianAlgorithm.cs
rename to src/QuikGraph/Algorithms/AssigmentProblem/HungarianAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/AssigmentProblem/HungarianIteration.cs b/src/QuikGraph/Algorithms/AssigmentProblem/HungarianIteration.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/AssigmentProblem/HungarianIteration.cs
rename to src/QuikGraph/Algorithms/AssigmentProblem/HungarianIteration.cs
diff --git a/src/QuickGraph/Algorithms/CentralityApproximationAlgorithm.cs b/src/QuikGraph/Algorithms/CentralityApproximationAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/CentralityApproximationAlgorithm.cs
rename to src/QuikGraph/Algorithms/CentralityApproximationAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/Cliques/BronKerboshMaximumCliqueAlgorithm.cs b/src/QuikGraph/Algorithms/Cliques/BronKerboshMaximumCliqueAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Cliques/BronKerboshMaximumCliqueAlgorithm.cs
rename to src/QuikGraph/Algorithms/Cliques/BronKerboshMaximumCliqueAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/Cliques/MaximumCliqueAlgorithmBase.cs b/src/QuikGraph/Algorithms/Cliques/MaximumCliqueAlgorithmBase.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Cliques/MaximumCliqueAlgorithmBase.cs
rename to src/QuikGraph/Algorithms/Cliques/MaximumCliqueAlgorithmBase.cs
diff --git a/src/QuickGraph/Algorithms/Cliques/ncliques.pdf b/src/QuikGraph/Algorithms/Cliques/ncliques.pdf
similarity index 100%
rename from src/QuickGraph/Algorithms/Cliques/ncliques.pdf
rename to src/QuikGraph/Algorithms/Cliques/ncliques.pdf
diff --git a/src/QuickGraph/Algorithms/ComputationState.cs b/src/QuikGraph/Algorithms/ComputationState.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/ComputationState.cs
rename to src/QuikGraph/Algorithms/ComputationState.cs
diff --git a/src/QuickGraph/Algorithms/Condensation/CondensationGraphAlgorithm.cs b/src/QuikGraph/Algorithms/Condensation/CondensationGraphAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Condensation/CondensationGraphAlgorithm.cs
rename to src/QuikGraph/Algorithms/Condensation/CondensationGraphAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/Condensation/CondensedEdge.cs b/src/QuikGraph/Algorithms/Condensation/CondensedEdge.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Condensation/CondensedEdge.cs
rename to src/QuikGraph/Algorithms/Condensation/CondensedEdge.cs
diff --git a/src/QuickGraph/Algorithms/Condensation/EdgeMergeCondensationGraphAlgorithm.cs b/src/QuikGraph/Algorithms/Condensation/EdgeMergeCondensationGraphAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Condensation/EdgeMergeCondensationGraphAlgorithm.cs
rename to src/QuikGraph/Algorithms/Condensation/EdgeMergeCondensationGraphAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/Condensation/MergedEdge.cs b/src/QuikGraph/Algorithms/Condensation/MergedEdge.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Condensation/MergedEdge.cs
rename to src/QuikGraph/Algorithms/Condensation/MergedEdge.cs
diff --git a/src/QuickGraph/Algorithms/ConnectedComponents/ConnectedComponentsAlgorithm.cs b/src/QuikGraph/Algorithms/ConnectedComponents/ConnectedComponentsAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/ConnectedComponents/ConnectedComponentsAlgorithm.cs
rename to src/QuikGraph/Algorithms/ConnectedComponents/ConnectedComponentsAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/ConnectedComponents/IncrementalConnectedComponentsAlgorithm.cs b/src/QuikGraph/Algorithms/ConnectedComponents/IncrementalConnectedComponentsAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/ConnectedComponents/IncrementalConnectedComponentsAlgorithm.cs
rename to src/QuikGraph/Algorithms/ConnectedComponents/IncrementalConnectedComponentsAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/ConnectedComponents/StronglyConnectedComponentAlgorithm.cs b/src/QuikGraph/Algorithms/ConnectedComponents/StronglyConnectedComponentAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/ConnectedComponents/StronglyConnectedComponentAlgorithm.cs
rename to src/QuikGraph/Algorithms/ConnectedComponents/StronglyConnectedComponentAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/ConnectedComponents/WeaklyConnectedComponentsAlgorithm.cs b/src/QuikGraph/Algorithms/ConnectedComponents/WeaklyConnectedComponentsAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/ConnectedComponents/WeaklyConnectedComponentsAlgorithm.cs
rename to src/QuikGraph/Algorithms/ConnectedComponents/WeaklyConnectedComponentsAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/Contracts/IAlgorithmContract.cs b/src/QuikGraph/Algorithms/Contracts/IAlgorithmContract.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Contracts/IAlgorithmContract.cs
rename to src/QuikGraph/Algorithms/Contracts/IAlgorithmContract.cs
diff --git a/src/QuickGraph/Algorithms/Contracts/IComputationContract.cs b/src/QuikGraph/Algorithms/Contracts/IComputationContract.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Contracts/IComputationContract.cs
rename to src/QuikGraph/Algorithms/Contracts/IComputationContract.cs
diff --git a/src/QuickGraph/Algorithms/DistanceRelaxers.cs b/src/QuikGraph/Algorithms/DistanceRelaxers.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/DistanceRelaxers.cs
rename to src/QuikGraph/Algorithms/DistanceRelaxers.cs
diff --git a/src/QuickGraph/Algorithms/EulerianTrailAlgorithm.cs b/src/QuikGraph/Algorithms/EulerianTrailAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/EulerianTrailAlgorithm.cs
rename to src/QuikGraph/Algorithms/EulerianTrailAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/Exploration/CloneableVertexGraphExplorerAlgorithm.cs b/src/QuikGraph/Algorithms/Exploration/CloneableVertexGraphExplorerAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Exploration/CloneableVertexGraphExplorerAlgorithm.cs
rename to src/QuikGraph/Algorithms/Exploration/CloneableVertexGraphExplorerAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/Exploration/ITransitionFactory.cs b/src/QuikGraph/Algorithms/Exploration/ITransitionFactory.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Exploration/ITransitionFactory.cs
rename to src/QuikGraph/Algorithms/Exploration/ITransitionFactory.cs
diff --git a/src/QuickGraph/Algorithms/Exploration/TransitionFactoryImplicitGraph.cs b/src/QuikGraph/Algorithms/Exploration/TransitionFactoryImplicitGraph.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Exploration/TransitionFactoryImplicitGraph.cs
rename to src/QuikGraph/Algorithms/Exploration/TransitionFactoryImplicitGraph.cs
diff --git a/src/QuickGraph/Algorithms/GraphPartition/KernighanLinAlgoritm.cs b/src/QuikGraph/Algorithms/GraphPartition/KernighanLinAlgoritm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/GraphPartition/KernighanLinAlgoritm.cs
rename to src/QuikGraph/Algorithms/GraphPartition/KernighanLinAlgoritm.cs
diff --git a/src/QuickGraph/Algorithms/GraphPartition/Partition.cs b/src/QuikGraph/Algorithms/GraphPartition/Partition.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/GraphPartition/Partition.cs
rename to src/QuikGraph/Algorithms/GraphPartition/Partition.cs
diff --git a/src/QuickGraph/Algorithms/IAlgorithm.cs b/src/QuikGraph/Algorithms/IAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/IAlgorithm.cs
rename to src/QuikGraph/Algorithms/IAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/IComputation.cs b/src/QuikGraph/Algorithms/IComputation.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/IComputation.cs
rename to src/QuikGraph/Algorithms/IComputation.cs
diff --git a/src/QuickGraph/Algorithms/IConnectedComponentAlgorithm.cs b/src/QuikGraph/Algorithms/IConnectedComponentAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/IConnectedComponentAlgorithm.cs
rename to src/QuikGraph/Algorithms/IConnectedComponentAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/IDistanceRecorderAlgorithm.cs b/src/QuikGraph/Algorithms/IDistanceRecorderAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/IDistanceRecorderAlgorithm.cs
rename to src/QuikGraph/Algorithms/IDistanceRecorderAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/IDistanceRelaxer.cs b/src/QuikGraph/Algorithms/IDistanceRelaxer.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/IDistanceRelaxer.cs
rename to src/QuikGraph/Algorithms/IDistanceRelaxer.cs
diff --git a/src/QuickGraph/Algorithms/IEdgeColorizerAlgorithm.cs b/src/QuikGraph/Algorithms/IEdgeColorizerAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/IEdgeColorizerAlgorithm.cs
rename to src/QuikGraph/Algorithms/IEdgeColorizerAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/IEdgePredecessorRecorderAlgorithm.cs b/src/QuikGraph/Algorithms/IEdgePredecessorRecorderAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/IEdgePredecessorRecorderAlgorithm.cs
rename to src/QuikGraph/Algorithms/IEdgePredecessorRecorderAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/IEndPathEdgeRecorderAlgorithm.cs b/src/QuikGraph/Algorithms/IEndPathEdgeRecorderAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/IEndPathEdgeRecorderAlgorithm.cs
rename to src/QuikGraph/Algorithms/IEndPathEdgeRecorderAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/ITreeBuilderAlgorithm.cs b/src/QuikGraph/Algorithms/ITreeBuilderAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/ITreeBuilderAlgorithm.cs
rename to src/QuikGraph/Algorithms/ITreeBuilderAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/IUndirectedTreeBuilderAlgorithm.cs b/src/QuikGraph/Algorithms/IUndirectedTreeBuilderAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/IUndirectedTreeBuilderAlgorithm.cs
rename to src/QuikGraph/Algorithms/IUndirectedTreeBuilderAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/IUndirectedVertexPredecessorRecorderAlgorithm.cs b/src/QuikGraph/Algorithms/IUndirectedVertexPredecessorRecorderAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/IUndirectedVertexPredecessorRecorderAlgorithm.cs
rename to src/QuikGraph/Algorithms/IUndirectedVertexPredecessorRecorderAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/IVertexColorizerAlgorithm.cs b/src/QuikGraph/Algorithms/IVertexColorizerAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/IVertexColorizerAlgorithm.cs
rename to src/QuikGraph/Algorithms/IVertexColorizerAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/IVertexPredecessorRecorderAlgorithm.cs b/src/QuikGraph/Algorithms/IVertexPredecessorRecorderAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/IVertexPredecessorRecorderAlgorithm.cs
rename to src/QuikGraph/Algorithms/IVertexPredecessorRecorderAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/IVertexTimeStamperAlgorithm.cs b/src/QuikGraph/Algorithms/IVertexTimeStamperAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/IVertexTimeStamperAlgorithm.cs
rename to src/QuikGraph/Algorithms/IVertexTimeStamperAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/IsEulerianGraphAlgorithm.cs b/src/QuikGraph/Algorithms/IsEulerianGraphAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/IsEulerianGraphAlgorithm.cs
rename to src/QuikGraph/Algorithms/IsEulerianGraphAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/IsHamiltonianGraphAlgorithm.cs b/src/QuikGraph/Algorithms/IsHamiltonianGraphAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/IsHamiltonianGraphAlgorithm.cs
rename to src/QuikGraph/Algorithms/IsHamiltonianGraphAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/LengauerTarjanDominatorAlgorithm.cs b/src/QuikGraph/Algorithms/LengauerTarjanDominatorAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/LengauerTarjanDominatorAlgorithm.cs
rename to src/QuikGraph/Algorithms/LengauerTarjanDominatorAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/MaximumBipartiteMatchingAlgorithm.cs b/src/QuikGraph/Algorithms/MaximumBipartiteMatchingAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/MaximumBipartiteMatchingAlgorithm.cs
rename to src/QuikGraph/Algorithms/MaximumBipartiteMatchingAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/MaximumFlow/AllVerticesGraphAugmentorAlgorithm.cs b/src/QuikGraph/Algorithms/MaximumFlow/AllVerticesGraphAugmentorAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/MaximumFlow/AllVerticesGraphAugmentorAlgorithm.cs
rename to src/QuikGraph/Algorithms/MaximumFlow/AllVerticesGraphAugmentorAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/MaximumFlow/BipartiteToMaximumFlowGraphAugmentorAlgorithm.cs b/src/QuikGraph/Algorithms/MaximumFlow/BipartiteToMaximumFlowGraphAugmentorAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/MaximumFlow/BipartiteToMaximumFlowGraphAugmentorAlgorithm.cs
rename to src/QuikGraph/Algorithms/MaximumFlow/BipartiteToMaximumFlowGraphAugmentorAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/MaximumFlow/EdmondsKarpMaximumFlowAlgorithm.cs b/src/QuikGraph/Algorithms/MaximumFlow/EdmondsKarpMaximumFlowAlgorithm.cs
similarity index 99%
rename from src/QuickGraph/Algorithms/MaximumFlow/EdmondsKarpMaximumFlowAlgorithm.cs
rename to src/QuikGraph/Algorithms/MaximumFlow/EdmondsKarpMaximumFlowAlgorithm.cs
index 42fd04d36..1f90a52ec 100644
--- a/src/QuickGraph/Algorithms/MaximumFlow/EdmondsKarpMaximumFlowAlgorithm.cs
+++ b/src/QuikGraph/Algorithms/MaximumFlow/EdmondsKarpMaximumFlowAlgorithm.cs
@@ -15,7 +15,6 @@ namespace QuickGraph.Algorithms.MaximumFlow
/// type of a vertex
/// type of an edge
///
- ///
/// Will throw an exception in if TEdge is a value type,
/// e.g. .
/// .
diff --git a/src/QuickGraph/Algorithms/MaximumFlow/GraphAugmentorAlgorithmBase.cs b/src/QuikGraph/Algorithms/MaximumFlow/GraphAugmentorAlgorithmBase.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/MaximumFlow/GraphAugmentorAlgorithmBase.cs
rename to src/QuikGraph/Algorithms/MaximumFlow/GraphAugmentorAlgorithmBase.cs
diff --git a/src/QuickGraph/Algorithms/MaximumFlow/GraphBalancingAlgorithm.cs b/src/QuikGraph/Algorithms/MaximumFlow/GraphBalancingAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/MaximumFlow/GraphBalancingAlgorithm.cs
rename to src/QuikGraph/Algorithms/MaximumFlow/GraphBalancingAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/MaximumFlow/MaximumFlowAlgorithmBase.cs b/src/QuikGraph/Algorithms/MaximumFlow/MaximumFlowAlgorithmBase.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/MaximumFlow/MaximumFlowAlgorithmBase.cs
rename to src/QuikGraph/Algorithms/MaximumFlow/MaximumFlowAlgorithmBase.cs
diff --git a/src/QuickGraph/Algorithms/MaximumFlow/MultiSourceSinkGraphAugmentorAlgorithm.cs b/src/QuikGraph/Algorithms/MaximumFlow/MultiSourceSinkGraphAugmentorAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/MaximumFlow/MultiSourceSinkGraphAugmentorAlgorithm.cs
rename to src/QuikGraph/Algorithms/MaximumFlow/MultiSourceSinkGraphAugmentorAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/MaximumFlow/ReverseEdgeAugmentorAlgorithm.cs b/src/QuikGraph/Algorithms/MaximumFlow/ReverseEdgeAugmentorAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/MaximumFlow/ReverseEdgeAugmentorAlgorithm.cs
rename to src/QuikGraph/Algorithms/MaximumFlow/ReverseEdgeAugmentorAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/MinimumSpanningTree/IMinimumSpanningTreeAlgorithm.cs b/src/QuikGraph/Algorithms/MinimumSpanningTree/IMinimumSpanningTreeAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/MinimumSpanningTree/IMinimumSpanningTreeAlgorithm.cs
rename to src/QuikGraph/Algorithms/MinimumSpanningTree/IMinimumSpanningTreeAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/MinimumSpanningTree/KruskalMinimumSpanningTreeAlgorithm.cs b/src/QuikGraph/Algorithms/MinimumSpanningTree/KruskalMinimumSpanningTreeAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/MinimumSpanningTree/KruskalMinimumSpanningTreeAlgorithm.cs
rename to src/QuikGraph/Algorithms/MinimumSpanningTree/KruskalMinimumSpanningTreeAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/MinimumSpanningTree/PrimMinimumSpanningTreeAlgorithm.cs b/src/QuikGraph/Algorithms/MinimumSpanningTree/PrimMinimumSpanningTreeAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/MinimumSpanningTree/PrimMinimumSpanningTreeAlgorithm.cs
rename to src/QuikGraph/Algorithms/MinimumSpanningTree/PrimMinimumSpanningTreeAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/Observers/Contracts/IObserverContract.cs b/src/QuikGraph/Algorithms/Observers/Contracts/IObserverContract.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Observers/Contracts/IObserverContract.cs
rename to src/QuikGraph/Algorithms/Observers/Contracts/IObserverContract.cs
diff --git a/src/QuickGraph/Algorithms/Observers/DisposableAction.cs b/src/QuikGraph/Algorithms/Observers/DisposableAction.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Observers/DisposableAction.cs
rename to src/QuikGraph/Algorithms/Observers/DisposableAction.cs
diff --git a/src/QuickGraph/Algorithms/Observers/EdgePredecessorRecorderObserver.cs b/src/QuikGraph/Algorithms/Observers/EdgePredecessorRecorderObserver.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Observers/EdgePredecessorRecorderObserver.cs
rename to src/QuikGraph/Algorithms/Observers/EdgePredecessorRecorderObserver.cs
diff --git a/src/QuickGraph/Algorithms/Observers/EdgeRecorderObserver.cs b/src/QuikGraph/Algorithms/Observers/EdgeRecorderObserver.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Observers/EdgeRecorderObserver.cs
rename to src/QuikGraph/Algorithms/Observers/EdgeRecorderObserver.cs
diff --git a/src/QuickGraph/Algorithms/Observers/IObserver.cs b/src/QuikGraph/Algorithms/Observers/IObserver.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Observers/IObserver.cs
rename to src/QuikGraph/Algorithms/Observers/IObserver.cs
diff --git a/src/QuickGraph/Algorithms/Observers/UndirectedVertexDistanceRecorderObserver.cs b/src/QuikGraph/Algorithms/Observers/UndirectedVertexDistanceRecorderObserver.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Observers/UndirectedVertexDistanceRecorderObserver.cs
rename to src/QuikGraph/Algorithms/Observers/UndirectedVertexDistanceRecorderObserver.cs
diff --git a/src/QuickGraph/Algorithms/Observers/UndirectedVertexPredecessorRecorderObserver.cs b/src/QuikGraph/Algorithms/Observers/UndirectedVertexPredecessorRecorderObserver.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Observers/UndirectedVertexPredecessorRecorderObserver.cs
rename to src/QuikGraph/Algorithms/Observers/UndirectedVertexPredecessorRecorderObserver.cs
diff --git a/src/QuickGraph/Algorithms/Observers/VertexDistanceRecorderObserver.cs b/src/QuikGraph/Algorithms/Observers/VertexDistanceRecorderObserver.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Observers/VertexDistanceRecorderObserver.cs
rename to src/QuikGraph/Algorithms/Observers/VertexDistanceRecorderObserver.cs
diff --git a/src/QuickGraph/Algorithms/Observers/VertexPredecessorPathRecorderObserver.cs b/src/QuikGraph/Algorithms/Observers/VertexPredecessorPathRecorderObserver.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Observers/VertexPredecessorPathRecorderObserver.cs
rename to src/QuikGraph/Algorithms/Observers/VertexPredecessorPathRecorderObserver.cs
diff --git a/src/QuickGraph/Algorithms/Observers/VertexPredecessorRecorderObserver.cs b/src/QuikGraph/Algorithms/Observers/VertexPredecessorRecorderObserver.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Observers/VertexPredecessorRecorderObserver.cs
rename to src/QuikGraph/Algorithms/Observers/VertexPredecessorRecorderObserver.cs
diff --git a/src/QuickGraph/Algorithms/Observers/VertexRecorderObserver.cs b/src/QuikGraph/Algorithms/Observers/VertexRecorderObserver.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Observers/VertexRecorderObserver.cs
rename to src/QuikGraph/Algorithms/Observers/VertexRecorderObserver.cs
diff --git a/src/QuickGraph/Algorithms/Observers/VertexTimeStamperObserver.cs b/src/QuikGraph/Algorithms/Observers/VertexTimeStamperObserver.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Observers/VertexTimeStamperObserver.cs
rename to src/QuikGraph/Algorithms/Observers/VertexTimeStamperObserver.cs
diff --git a/src/QuickGraph/Algorithms/PageRankAlgorithm.cs b/src/QuikGraph/Algorithms/PageRankAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/PageRankAlgorithm.cs
rename to src/QuikGraph/Algorithms/PageRankAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/RandomGraphFactory.cs b/src/QuikGraph/Algorithms/RandomGraphFactory.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/RandomGraphFactory.cs
rename to src/QuikGraph/Algorithms/RandomGraphFactory.cs
diff --git a/src/QuickGraph/Algorithms/RandomWalks/CyclePoppingRandomTreeAlgorithm.cs b/src/QuikGraph/Algorithms/RandomWalks/CyclePoppingRandomTreeAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/RandomWalks/CyclePoppingRandomTreeAlgorithm.cs
rename to src/QuikGraph/Algorithms/RandomWalks/CyclePoppingRandomTreeAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/RandomWalks/IEdgeChain.cs b/src/QuikGraph/Algorithms/RandomWalks/IEdgeChain.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/RandomWalks/IEdgeChain.cs
rename to src/QuikGraph/Algorithms/RandomWalks/IEdgeChain.cs
diff --git a/src/QuickGraph/Algorithms/RandomWalks/IMarkovEdgeChain.cs b/src/QuikGraph/Algorithms/RandomWalks/IMarkovEdgeChain.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/RandomWalks/IMarkovEdgeChain.cs
rename to src/QuikGraph/Algorithms/RandomWalks/IMarkovEdgeChain.cs
diff --git a/src/QuickGraph/Algorithms/RandomWalks/MarkovEdgeChainBase.cs b/src/QuikGraph/Algorithms/RandomWalks/MarkovEdgeChainBase.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/RandomWalks/MarkovEdgeChainBase.cs
rename to src/QuikGraph/Algorithms/RandomWalks/MarkovEdgeChainBase.cs
diff --git a/src/QuickGraph/Algorithms/RandomWalks/NormalizedMarkovEdgeChain.cs b/src/QuikGraph/Algorithms/RandomWalks/NormalizedMarkovEdgeChain.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/RandomWalks/NormalizedMarkovEdgeChain.cs
rename to src/QuikGraph/Algorithms/RandomWalks/NormalizedMarkovEdgeChain.cs
diff --git a/src/QuickGraph/Algorithms/RandomWalks/RandomWalkAlgorithm.cs b/src/QuikGraph/Algorithms/RandomWalks/RandomWalkAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/RandomWalks/RandomWalkAlgorithm.cs
rename to src/QuikGraph/Algorithms/RandomWalks/RandomWalkAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/RandomWalks/RoundRobinEdgeChain.cs b/src/QuikGraph/Algorithms/RandomWalks/RoundRobinEdgeChain.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/RandomWalks/RoundRobinEdgeChain.cs
rename to src/QuikGraph/Algorithms/RandomWalks/RoundRobinEdgeChain.cs
diff --git a/src/QuickGraph/Algorithms/RandomWalks/VanishingWeightedMarkovEdgeChain.cs b/src/QuikGraph/Algorithms/RandomWalks/VanishingWeightedMarkovEdgeChain.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/RandomWalks/VanishingWeightedMarkovEdgeChain.cs
rename to src/QuikGraph/Algorithms/RandomWalks/VanishingWeightedMarkovEdgeChain.cs
diff --git a/src/QuickGraph/Algorithms/RandomWalks/WeightedMarkedEdgeChain.cs b/src/QuikGraph/Algorithms/RandomWalks/WeightedMarkedEdgeChain.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/RandomWalks/WeightedMarkedEdgeChain.cs
rename to src/QuikGraph/Algorithms/RandomWalks/WeightedMarkedEdgeChain.cs
diff --git a/src/QuickGraph/Algorithms/RandomWalks/WeightedMarkovEdgeChainBase.cs b/src/QuikGraph/Algorithms/RandomWalks/WeightedMarkovEdgeChainBase.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/RandomWalks/WeightedMarkovEdgeChainBase.cs
rename to src/QuikGraph/Algorithms/RandomWalks/WeightedMarkovEdgeChainBase.cs
diff --git a/src/QuickGraph/Algorithms/RankedShortestPath/HoffmanPavleyRankedShortestPathAlgorithm.cs b/src/QuikGraph/Algorithms/RankedShortestPath/HoffmanPavleyRankedShortestPathAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/RankedShortestPath/HoffmanPavleyRankedShortestPathAlgorithm.cs
rename to src/QuikGraph/Algorithms/RankedShortestPath/HoffmanPavleyRankedShortestPathAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/RankedShortestPath/RankedShortestPathAlgorithmBase.cs b/src/QuikGraph/Algorithms/RankedShortestPath/RankedShortestPathAlgorithmBase.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/RankedShortestPath/RankedShortestPathAlgorithmBase.cs
rename to src/QuikGraph/Algorithms/RankedShortestPath/RankedShortestPathAlgorithmBase.cs
diff --git a/src/QuickGraph/Algorithms/RootedAlgorithmBase.cs b/src/QuikGraph/Algorithms/RootedAlgorithmBase.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/RootedAlgorithmBase.cs
rename to src/QuikGraph/Algorithms/RootedAlgorithmBase.cs
diff --git a/src/QuickGraph/Algorithms/RootedSearchAlgorithmBase.cs b/src/QuikGraph/Algorithms/RootedSearchAlgorithmBase.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/RootedSearchAlgorithmBase.cs
rename to src/QuikGraph/Algorithms/RootedSearchAlgorithmBase.cs
diff --git a/src/QuickGraph/Algorithms/Search/BestFirstFrontierSearchAlgorithm.cs b/src/QuikGraph/Algorithms/Search/BestFirstFrontierSearchAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Search/BestFirstFrontierSearchAlgorithm.cs
rename to src/QuikGraph/Algorithms/Search/BestFirstFrontierSearchAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/Search/BidirectionalDepthFirstSearchAlgorithm.cs b/src/QuikGraph/Algorithms/Search/BidirectionalDepthFirstSearchAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Search/BidirectionalDepthFirstSearchAlgorithm.cs
rename to src/QuikGraph/Algorithms/Search/BidirectionalDepthFirstSearchAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/Search/BreadthFirstSearchAlgorithm.cs b/src/QuikGraph/Algorithms/Search/BreadthFirstSearchAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Search/BreadthFirstSearchAlgorithm.cs
rename to src/QuikGraph/Algorithms/Search/BreadthFirstSearchAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/Search/DepthFirstSearchAlgorithm.cs b/src/QuikGraph/Algorithms/Search/DepthFirstSearchAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Search/DepthFirstSearchAlgorithm.cs
rename to src/QuikGraph/Algorithms/Search/DepthFirstSearchAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/Search/EdgeDepthFirstSearchAlgorithm.cs b/src/QuikGraph/Algorithms/Search/EdgeDepthFirstSearchAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Search/EdgeDepthFirstSearchAlgorithm.cs
rename to src/QuikGraph/Algorithms/Search/EdgeDepthFirstSearchAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/Search/ImplicitDepthFirstSearchAlgorithm.cs b/src/QuikGraph/Algorithms/Search/ImplicitDepthFirstSearchAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Search/ImplicitDepthFirstSearchAlgorithm.cs
rename to src/QuikGraph/Algorithms/Search/ImplicitDepthFirstSearchAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/Search/ImplicitEdgeDepthFirstSearchAlgorithm.cs b/src/QuikGraph/Algorithms/Search/ImplicitEdgeDepthFirstSearchAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Search/ImplicitEdgeDepthFirstSearchAlgorithm.cs
rename to src/QuikGraph/Algorithms/Search/ImplicitEdgeDepthFirstSearchAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/Search/UndirectedBreathFirstSearchAlgorithm.cs b/src/QuikGraph/Algorithms/Search/UndirectedBreathFirstSearchAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Search/UndirectedBreathFirstSearchAlgorithm.cs
rename to src/QuikGraph/Algorithms/Search/UndirectedBreathFirstSearchAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/Search/UndirectedDepthFirstSearchAlgorithm.cs b/src/QuikGraph/Algorithms/Search/UndirectedDepthFirstSearchAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Search/UndirectedDepthFirstSearchAlgorithm.cs
rename to src/QuikGraph/Algorithms/Search/UndirectedDepthFirstSearchAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/Services/IAlgorithmComponent.cs b/src/QuikGraph/Algorithms/Services/IAlgorithmComponent.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Services/IAlgorithmComponent.cs
rename to src/QuikGraph/Algorithms/Services/IAlgorithmComponent.cs
diff --git a/src/QuickGraph/Algorithms/Services/IAlgorithmServices.cs b/src/QuikGraph/Algorithms/Services/IAlgorithmServices.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Services/IAlgorithmServices.cs
rename to src/QuikGraph/Algorithms/Services/IAlgorithmServices.cs
diff --git a/src/QuickGraph/Algorithms/Services/ICancelManager.cs b/src/QuikGraph/Algorithms/Services/ICancelManager.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Services/ICancelManager.cs
rename to src/QuikGraph/Algorithms/Services/ICancelManager.cs
diff --git a/src/QuickGraph/Algorithms/Services/IService.cs b/src/QuikGraph/Algorithms/Services/IService.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/Services/IService.cs
rename to src/QuikGraph/Algorithms/Services/IService.cs
diff --git a/src/QuickGraph/Algorithms/ShortestPath/AStartShortestPathAlgorithm.cs b/src/QuikGraph/Algorithms/ShortestPath/AStartShortestPathAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/ShortestPath/AStartShortestPathAlgorithm.cs
rename to src/QuikGraph/Algorithms/ShortestPath/AStartShortestPathAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/ShortestPath/BellmanFordShortestPathAlgorithm.cs b/src/QuikGraph/Algorithms/ShortestPath/BellmanFordShortestPathAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/ShortestPath/BellmanFordShortestPathAlgorithm.cs
rename to src/QuikGraph/Algorithms/ShortestPath/BellmanFordShortestPathAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/ShortestPath/DagShortestPathAlgorithm.cs b/src/QuikGraph/Algorithms/ShortestPath/DagShortestPathAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/ShortestPath/DagShortestPathAlgorithm.cs
rename to src/QuikGraph/Algorithms/ShortestPath/DagShortestPathAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/ShortestPath/DijkstraShortestPathAlgorithm.cs b/src/QuikGraph/Algorithms/ShortestPath/DijkstraShortestPathAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/ShortestPath/DijkstraShortestPathAlgorithm.cs
rename to src/QuikGraph/Algorithms/ShortestPath/DijkstraShortestPathAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/ShortestPath/FloydWarshallAllShortestPathAlgorithm.cs b/src/QuikGraph/Algorithms/ShortestPath/FloydWarshallAllShortestPathAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/ShortestPath/FloydWarshallAllShortestPathAlgorithm.cs
rename to src/QuikGraph/Algorithms/ShortestPath/FloydWarshallAllShortestPathAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/ShortestPath/ShortestPathAlgorithmBase.cs b/src/QuikGraph/Algorithms/ShortestPath/ShortestPathAlgorithmBase.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/ShortestPath/ShortestPathAlgorithmBase.cs
rename to src/QuikGraph/Algorithms/ShortestPath/ShortestPathAlgorithmBase.cs
diff --git a/src/QuickGraph/Algorithms/ShortestPath/UndirectedDijkstraShortestPathAlgorithm.cs b/src/QuikGraph/Algorithms/ShortestPath/UndirectedDijkstraShortestPathAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/ShortestPath/UndirectedDijkstraShortestPathAlgorithm.cs
rename to src/QuikGraph/Algorithms/ShortestPath/UndirectedDijkstraShortestPathAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/ShortestPath/UndirectedShortestPathAlgorithmBase.cs b/src/QuikGraph/Algorithms/ShortestPath/UndirectedShortestPathAlgorithmBase.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/ShortestPath/UndirectedShortestPathAlgorithmBase.cs
rename to src/QuikGraph/Algorithms/ShortestPath/UndirectedShortestPathAlgorithmBase.cs
diff --git a/src/QuickGraph/Algorithms/ShortestPath/Yen/YenShortestPathsAlgorithm.cs b/src/QuikGraph/Algorithms/ShortestPath/Yen/YenShortestPathsAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/ShortestPath/Yen/YenShortestPathsAlgorithm.cs
rename to src/QuikGraph/Algorithms/ShortestPath/Yen/YenShortestPathsAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/TSP/TSP.cs b/src/QuikGraph/Algorithms/TSP/TSP.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/TSP/TSP.cs
rename to src/QuikGraph/Algorithms/TSP/TSP.cs
diff --git a/src/QuickGraph/Algorithms/TSP/Task.cs b/src/QuikGraph/Algorithms/TSP/Task.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/TSP/Task.cs
rename to src/QuikGraph/Algorithms/TSP/Task.cs
diff --git a/src/QuickGraph/Algorithms/TSP/TasksManager.cs b/src/QuikGraph/Algorithms/TSP/TasksManager.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/TSP/TasksManager.cs
rename to src/QuikGraph/Algorithms/TSP/TasksManager.cs
diff --git a/src/QuickGraph/Algorithms/TarjanOfflineLeastCommonAncestorAlgorithm.cs b/src/QuikGraph/Algorithms/TarjanOfflineLeastCommonAncestorAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/TarjanOfflineLeastCommonAncestorAlgorithm.cs
rename to src/QuikGraph/Algorithms/TarjanOfflineLeastCommonAncestorAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/TopologicalSort/SourceFirstBidirectionalTopologicalSortAlgorithm.cs b/src/QuikGraph/Algorithms/TopologicalSort/SourceFirstBidirectionalTopologicalSortAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/TopologicalSort/SourceFirstBidirectionalTopologicalSortAlgorithm.cs
rename to src/QuikGraph/Algorithms/TopologicalSort/SourceFirstBidirectionalTopologicalSortAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/TopologicalSort/SourceFirstTopologicalSortAlgorithm.cs b/src/QuikGraph/Algorithms/TopologicalSort/SourceFirstTopologicalSortAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/TopologicalSort/SourceFirstTopologicalSortAlgorithm.cs
rename to src/QuikGraph/Algorithms/TopologicalSort/SourceFirstTopologicalSortAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/TopologicalSort/TopologicalSortAlgorithm.cs b/src/QuikGraph/Algorithms/TopologicalSort/TopologicalSortAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/TopologicalSort/TopologicalSortAlgorithm.cs
rename to src/QuikGraph/Algorithms/TopologicalSort/TopologicalSortAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/TopologicalSort/UndirectedFirstTopologicalSortAlgorithm.cs b/src/QuikGraph/Algorithms/TopologicalSort/UndirectedFirstTopologicalSortAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/TopologicalSort/UndirectedFirstTopologicalSortAlgorithm.cs
rename to src/QuikGraph/Algorithms/TopologicalSort/UndirectedFirstTopologicalSortAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/TopologicalSort/UndirectedTopologicalSortAlgorithm.cs b/src/QuikGraph/Algorithms/TopologicalSort/UndirectedTopologicalSortAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/TopologicalSort/UndirectedTopologicalSortAlgorithm.cs
rename to src/QuikGraph/Algorithms/TopologicalSort/UndirectedTopologicalSortAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/TransitiveAlgorithmHelper.cs b/src/QuikGraph/Algorithms/TransitiveAlgorithmHelper.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/TransitiveAlgorithmHelper.cs
rename to src/QuikGraph/Algorithms/TransitiveAlgorithmHelper.cs
diff --git a/src/QuickGraph/Algorithms/TransitiveClosureAlgorithm.cs b/src/QuikGraph/Algorithms/TransitiveClosureAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/TransitiveClosureAlgorithm.cs
rename to src/QuikGraph/Algorithms/TransitiveClosureAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/TransitiveReductionAlgorithm.cs b/src/QuikGraph/Algorithms/TransitiveReductionAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/TransitiveReductionAlgorithm.cs
rename to src/QuikGraph/Algorithms/TransitiveReductionAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/VertexColoringProblem/VertexColoringAlgorithm.cs b/src/QuikGraph/Algorithms/VertexColoringProblem/VertexColoringAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Algorithms/VertexColoringProblem/VertexColoringAlgorithm.cs
rename to src/QuikGraph/Algorithms/VertexColoringProblem/VertexColoringAlgorithm.cs
diff --git a/src/QuickGraph/Algorithms/VertexCover/MinimumVertexCoverApproxAlgorithm.cs b/src/QuikGraph/Algorithms/VertexCover/MinimumVertexCoverApproxAlgorithm.cs
similarity index 98%
rename from src/QuickGraph/Algorithms/VertexCover/MinimumVertexCoverApproxAlgorithm.cs
rename to src/QuikGraph/Algorithms/VertexCover/MinimumVertexCoverApproxAlgorithm.cs
index f12802b65..0649c0c29 100644
--- a/src/QuickGraph/Algorithms/VertexCover/MinimumVertexCoverApproxAlgorithm.cs
+++ b/src/QuikGraph/Algorithms/VertexCover/MinimumVertexCoverApproxAlgorithm.cs
@@ -12,7 +12,7 @@ namespace QuickGraph.Algorithms.VertexCover
///
///
/// This is a modified version (by Batov Nikita) of the original
- /// Mihalis Yannakakis & Fanica Gavril algorithm
+ /// Mihalis Yannakakis and Fanica Gavril algorithm.
///
public sealed class MinimumVertexCoverApproxAlgorithm
: AlgorithmBase>
diff --git a/src/QuickGraph/ArrayAdjacencyGraph.cs b/src/QuikGraph/ArrayAdjacencyGraph.cs
similarity index 100%
rename from src/QuickGraph/ArrayAdjacencyGraph.cs
rename to src/QuikGraph/ArrayAdjacencyGraph.cs
diff --git a/src/QuickGraph/ArrayBidirectionalGraph.cs b/src/QuikGraph/ArrayBidirectionalGraph.cs
similarity index 100%
rename from src/QuickGraph/ArrayBidirectionalGraph.cs
rename to src/QuikGraph/ArrayBidirectionalGraph.cs
diff --git a/src/QuickGraph/ArrayUndirectedGraph.cs b/src/QuikGraph/ArrayUndirectedGraph.cs
similarity index 100%
rename from src/QuickGraph/ArrayUndirectedGraph.cs
rename to src/QuikGraph/ArrayUndirectedGraph.cs
diff --git a/src/QuickGraph/BidirectionAdapterGraph.cs b/src/QuikGraph/BidirectionAdapterGraph.cs
similarity index 100%
rename from src/QuickGraph/BidirectionAdapterGraph.cs
rename to src/QuikGraph/BidirectionAdapterGraph.cs
diff --git a/src/QuickGraph/BidirectionalGraph.cs b/src/QuikGraph/BidirectionalGraph.cs
similarity index 100%
rename from src/QuickGraph/BidirectionalGraph.cs
rename to src/QuikGraph/BidirectionalGraph.cs
diff --git a/src/QuickGraph/BidirectionalMatrixGraph.cs b/src/QuikGraph/BidirectionalMatrixGraph.cs
similarity index 100%
rename from src/QuickGraph/BidirectionalMatrixGraph.cs
rename to src/QuikGraph/BidirectionalMatrixGraph.cs
diff --git a/src/QuickGraph/ClusteredAdjacencyGraph.cs b/src/QuikGraph/ClusteredAdjacencyGraph.cs
similarity index 100%
rename from src/QuickGraph/ClusteredAdjacencyGraph.cs
rename to src/QuikGraph/ClusteredAdjacencyGraph.cs
diff --git a/src/QuickGraph/Collections/BinaryHeap.cs b/src/QuikGraph/Collections/BinaryHeap.cs
similarity index 100%
rename from src/QuickGraph/Collections/BinaryHeap.cs
rename to src/QuikGraph/Collections/BinaryHeap.cs
diff --git a/src/QuickGraph/Collections/BinaryQueue.cs b/src/QuikGraph/Collections/BinaryQueue.cs
similarity index 100%
rename from src/QuickGraph/Collections/BinaryQueue.cs
rename to src/QuikGraph/Collections/BinaryQueue.cs
diff --git a/src/QuickGraph/Collections/EdgeEdgeDictionary.cs b/src/QuikGraph/Collections/EdgeEdgeDictionary.cs
similarity index 100%
rename from src/QuickGraph/Collections/EdgeEdgeDictionary.cs
rename to src/QuikGraph/Collections/EdgeEdgeDictionary.cs
diff --git a/src/QuickGraph/Collections/EdgeList.cs b/src/QuikGraph/Collections/EdgeList.cs
similarity index 100%
rename from src/QuickGraph/Collections/EdgeList.cs
rename to src/QuikGraph/Collections/EdgeList.cs
diff --git a/src/QuickGraph/Collections/FibonacciHeap.cs b/src/QuikGraph/Collections/FibonacciHeap.cs
similarity index 100%
rename from src/QuickGraph/Collections/FibonacciHeap.cs
rename to src/QuikGraph/Collections/FibonacciHeap.cs
diff --git a/src/QuickGraph/Collections/FibonacciQueue.cs b/src/QuikGraph/Collections/FibonacciQueue.cs
similarity index 100%
rename from src/QuickGraph/Collections/FibonacciQueue.cs
rename to src/QuikGraph/Collections/FibonacciQueue.cs
diff --git a/src/QuickGraph/Collections/ForestDisjointSet.cs b/src/QuikGraph/Collections/ForestDisjointSet.cs
similarity index 100%
rename from src/QuickGraph/Collections/ForestDisjointSet.cs
rename to src/QuikGraph/Collections/ForestDisjointSet.cs
diff --git a/src/QuickGraph/Collections/IDisjointSet.cs b/src/QuikGraph/Collections/IDisjointSet.cs
similarity index 100%
rename from src/QuickGraph/Collections/IDisjointSet.cs
rename to src/QuikGraph/Collections/IDisjointSet.cs
diff --git a/src/QuickGraph/Collections/IEdgeList.cs b/src/QuikGraph/Collections/IEdgeList.cs
similarity index 100%
rename from src/QuickGraph/Collections/IEdgeList.cs
rename to src/QuikGraph/Collections/IEdgeList.cs
diff --git a/src/QuickGraph/Collections/IPriorityQueue.cs b/src/QuikGraph/Collections/IPriorityQueue.cs
similarity index 100%
rename from src/QuickGraph/Collections/IPriorityQueue.cs
rename to src/QuikGraph/Collections/IPriorityQueue.cs
diff --git a/src/QuickGraph/Collections/IQueue.cs b/src/QuikGraph/Collections/IQueue.cs
similarity index 100%
rename from src/QuickGraph/Collections/IQueue.cs
rename to src/QuikGraph/Collections/IQueue.cs
diff --git a/src/QuickGraph/Collections/IVertexEdgeDictionary.cs b/src/QuikGraph/Collections/IVertexEdgeDictionary.cs
similarity index 100%
rename from src/QuickGraph/Collections/IVertexEdgeDictionary.cs
rename to src/QuikGraph/Collections/IVertexEdgeDictionary.cs
diff --git a/src/QuickGraph/Collections/Queue.cs b/src/QuikGraph/Collections/Queue.cs
similarity index 100%
rename from src/QuickGraph/Collections/Queue.cs
rename to src/QuikGraph/Collections/Queue.cs
diff --git a/src/QuickGraph/Collections/SoftHeap.cs b/src/QuikGraph/Collections/SoftHeap.cs
similarity index 100%
rename from src/QuickGraph/Collections/SoftHeap.cs
rename to src/QuikGraph/Collections/SoftHeap.cs
diff --git a/src/QuickGraph/Collections/VertexEdgeDictionary.cs b/src/QuikGraph/Collections/VertexEdgeDictionary.cs
similarity index 100%
rename from src/QuickGraph/Collections/VertexEdgeDictionary.cs
rename to src/QuikGraph/Collections/VertexEdgeDictionary.cs
diff --git a/src/QuickGraph/Collections/VertexList.cs b/src/QuikGraph/Collections/VertexList.cs
similarity index 100%
rename from src/QuickGraph/Collections/VertexList.cs
rename to src/QuikGraph/Collections/VertexList.cs
diff --git a/src/QuickGraph/CompressedSparseRowGraph.cs b/src/QuikGraph/CompressedSparseRowGraph.cs
similarity index 100%
rename from src/QuickGraph/CompressedSparseRowGraph.cs
rename to src/QuikGraph/CompressedSparseRowGraph.cs
diff --git a/src/QuickGraph/Contracts/Collections/IDisjointSetContract.cs b/src/QuikGraph/Contracts/Collections/IDisjointSetContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/Collections/IDisjointSetContract.cs
rename to src/QuikGraph/Contracts/Collections/IDisjointSetContract.cs
diff --git a/src/QuickGraph/Contracts/Collections/IEdgeListContract.cs b/src/QuikGraph/Contracts/Collections/IEdgeListContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/Collections/IEdgeListContract.cs
rename to src/QuikGraph/Contracts/Collections/IEdgeListContract.cs
diff --git a/src/QuickGraph/Contracts/Collections/IVertexEdgeDictionaryContract.cs b/src/QuikGraph/Contracts/Collections/IVertexEdgeDictionaryContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/Collections/IVertexEdgeDictionaryContract.cs
rename to src/QuikGraph/Contracts/Collections/IVertexEdgeDictionaryContract.cs
diff --git a/src/QuickGraph/Contracts/DummyContract.cs b/src/QuikGraph/Contracts/DummyContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/DummyContract.cs
rename to src/QuikGraph/Contracts/DummyContract.cs
diff --git a/src/QuickGraph/Contracts/EnumerableContract.cs b/src/QuikGraph/Contracts/EnumerableContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/EnumerableContract.cs
rename to src/QuikGraph/Contracts/EnumerableContract.cs
diff --git a/src/QuickGraph/Contracts/GraphContract.cs b/src/QuikGraph/Contracts/GraphContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/GraphContract.cs
rename to src/QuikGraph/Contracts/GraphContract.cs
diff --git a/src/QuickGraph/Contracts/IBidirectionalGraphContract.cs b/src/QuikGraph/Contracts/IBidirectionalGraphContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IBidirectionalGraphContract.cs
rename to src/QuikGraph/Contracts/IBidirectionalGraphContract.cs
diff --git a/src/QuickGraph/Contracts/IBidirectionalIncidenceGraphContract.cs b/src/QuikGraph/Contracts/IBidirectionalIncidenceGraphContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IBidirectionalIncidenceGraphContract.cs
rename to src/QuikGraph/Contracts/IBidirectionalIncidenceGraphContract.cs
diff --git a/src/QuickGraph/Contracts/ICloneableEdgeContract.cs b/src/QuikGraph/Contracts/ICloneableEdgeContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/ICloneableEdgeContract.cs
rename to src/QuikGraph/Contracts/ICloneableEdgeContract.cs
diff --git a/src/QuickGraph/Contracts/IEdgeContract.cs b/src/QuikGraph/Contracts/IEdgeContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IEdgeContract.cs
rename to src/QuikGraph/Contracts/IEdgeContract.cs
diff --git a/src/QuickGraph/Contracts/IEdgeListGraphContract.cs b/src/QuikGraph/Contracts/IEdgeListGraphContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IEdgeListGraphContract.cs
rename to src/QuikGraph/Contracts/IEdgeListGraphContract.cs
diff --git a/src/QuickGraph/Contracts/IEdgeSetContract.cs b/src/QuikGraph/Contracts/IEdgeSetContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IEdgeSetContract.cs
rename to src/QuikGraph/Contracts/IEdgeSetContract.cs
diff --git a/src/QuickGraph/Contracts/IGraphContract.cs b/src/QuikGraph/Contracts/IGraphContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IGraphContract.cs
rename to src/QuikGraph/Contracts/IGraphContract.cs
diff --git a/src/QuickGraph/Contracts/IImplicitGraphContract.cs b/src/QuikGraph/Contracts/IImplicitGraphContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IImplicitGraphContract.cs
rename to src/QuikGraph/Contracts/IImplicitGraphContract.cs
diff --git a/src/QuickGraph/Contracts/IImplicitUndirectedGraphContract.cs b/src/QuikGraph/Contracts/IImplicitUndirectedGraphContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IImplicitUndirectedGraphContract.cs
rename to src/QuikGraph/Contracts/IImplicitUndirectedGraphContract.cs
diff --git a/src/QuickGraph/Contracts/IImplicitVertexSetContract.cs b/src/QuikGraph/Contracts/IImplicitVertexSetContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IImplicitVertexSetContract.cs
rename to src/QuikGraph/Contracts/IImplicitVertexSetContract.cs
diff --git a/src/QuickGraph/Contracts/IIncidenceGraphContract.cs b/src/QuikGraph/Contracts/IIncidenceGraphContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IIncidenceGraphContract.cs
rename to src/QuikGraph/Contracts/IIncidenceGraphContract.cs
diff --git a/src/QuickGraph/Contracts/IMutableBidirectionalGraphContract.cs b/src/QuikGraph/Contracts/IMutableBidirectionalGraphContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IMutableBidirectionalGraphContract.cs
rename to src/QuikGraph/Contracts/IMutableBidirectionalGraphContract.cs
diff --git a/src/QuickGraph/Contracts/IMutableEdgeListGraphContract.cs b/src/QuikGraph/Contracts/IMutableEdgeListGraphContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IMutableEdgeListGraphContract.cs
rename to src/QuikGraph/Contracts/IMutableEdgeListGraphContract.cs
diff --git a/src/QuickGraph/Contracts/IMutableGraphContract.cs b/src/QuikGraph/Contracts/IMutableGraphContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IMutableGraphContract.cs
rename to src/QuikGraph/Contracts/IMutableGraphContract.cs
diff --git a/src/QuickGraph/Contracts/IMutableIncidenceGraphContract.cs b/src/QuikGraph/Contracts/IMutableIncidenceGraphContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IMutableIncidenceGraphContract.cs
rename to src/QuikGraph/Contracts/IMutableIncidenceGraphContract.cs
diff --git a/src/QuickGraph/Contracts/IMutableUndirectedGraphContract.cs b/src/QuikGraph/Contracts/IMutableUndirectedGraphContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IMutableUndirectedGraphContract.cs
rename to src/QuikGraph/Contracts/IMutableUndirectedGraphContract.cs
diff --git a/src/QuickGraph/Contracts/IMutableVertexAndEdgeSetContract.cs b/src/QuikGraph/Contracts/IMutableVertexAndEdgeSetContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IMutableVertexAndEdgeSetContract.cs
rename to src/QuikGraph/Contracts/IMutableVertexAndEdgeSetContract.cs
diff --git a/src/QuickGraph/Contracts/IMutableVertexListGraphContract.cs b/src/QuikGraph/Contracts/IMutableVertexListGraphContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IMutableVertexListGraphContract.cs
rename to src/QuikGraph/Contracts/IMutableVertexListGraphContract.cs
diff --git a/src/QuickGraph/Contracts/IMutableVertexSetContract.cs b/src/QuikGraph/Contracts/IMutableVertexSetContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IMutableVertexSetContract.cs
rename to src/QuikGraph/Contracts/IMutableVertexSetContract.cs
diff --git a/src/QuickGraph/Contracts/ITermEdgeContract.cs b/src/QuikGraph/Contracts/ITermEdgeContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/ITermEdgeContract.cs
rename to src/QuikGraph/Contracts/ITermEdgeContract.cs
diff --git a/src/QuickGraph/Contracts/IUndirectedEdgeContract.cs b/src/QuikGraph/Contracts/IUndirectedEdgeContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IUndirectedEdgeContract.cs
rename to src/QuikGraph/Contracts/IUndirectedEdgeContract.cs
diff --git a/src/QuickGraph/Contracts/IUndirectedGraphContract.cs b/src/QuikGraph/Contracts/IUndirectedGraphContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IUndirectedGraphContract.cs
rename to src/QuikGraph/Contracts/IUndirectedGraphContract.cs
diff --git a/src/QuickGraph/Contracts/IVertexSetContract.cs b/src/QuikGraph/Contracts/IVertexSetContract.cs
similarity index 100%
rename from src/QuickGraph/Contracts/IVertexSetContract.cs
rename to src/QuikGraph/Contracts/IVertexSetContract.cs
diff --git a/src/QuickGraph/CreateEdgeDelegate.cs b/src/QuikGraph/CreateEdgeDelegate.cs
similarity index 100%
rename from src/QuickGraph/CreateEdgeDelegate.cs
rename to src/QuikGraph/CreateEdgeDelegate.cs
diff --git a/src/QuickGraph/CreateVertexDelegate.cs b/src/QuikGraph/CreateVertexDelegate.cs
similarity index 100%
rename from src/QuickGraph/CreateVertexDelegate.cs
rename to src/QuikGraph/CreateVertexDelegate.cs
diff --git a/src/QuickGraph/DelegateBidirectionalIncidenceGraph.cs b/src/QuikGraph/DelegateBidirectionalIncidenceGraph.cs
similarity index 100%
rename from src/QuickGraph/DelegateBidirectionalIncidenceGraph.cs
rename to src/QuikGraph/DelegateBidirectionalIncidenceGraph.cs
diff --git a/src/QuickGraph/DelegateImplicitGraph.cs b/src/QuikGraph/DelegateImplicitGraph.cs
similarity index 100%
rename from src/QuickGraph/DelegateImplicitGraph.cs
rename to src/QuikGraph/DelegateImplicitGraph.cs
diff --git a/src/QuickGraph/DelegateImplicitUndirectedGraph.cs b/src/QuikGraph/DelegateImplicitUndirectedGraph.cs
similarity index 100%
rename from src/QuickGraph/DelegateImplicitUndirectedGraph.cs
rename to src/QuikGraph/DelegateImplicitUndirectedGraph.cs
diff --git a/src/QuickGraph/DelegateIncidenceGraph.cs b/src/QuikGraph/DelegateIncidenceGraph.cs
similarity index 100%
rename from src/QuickGraph/DelegateIncidenceGraph.cs
rename to src/QuikGraph/DelegateIncidenceGraph.cs
diff --git a/src/QuickGraph/DelegateUndirectedGraph.cs b/src/QuikGraph/DelegateUndirectedGraph.cs
similarity index 100%
rename from src/QuickGraph/DelegateUndirectedGraph.cs
rename to src/QuikGraph/DelegateUndirectedGraph.cs
diff --git a/src/QuickGraph/DelegateVertexAndEdgeListGraph.cs b/src/QuikGraph/DelegateVertexAndEdgeListGraph.cs
similarity index 100%
rename from src/QuickGraph/DelegateVertexAndEdgeListGraph.cs
rename to src/QuikGraph/DelegateVertexAndEdgeListGraph.cs
diff --git a/src/QuickGraph/Diagrams/TraversalInterfaces.cd b/src/QuikGraph/Diagrams/TraversalInterfaces.cd
similarity index 100%
rename from src/QuickGraph/Diagrams/TraversalInterfaces.cd
rename to src/QuikGraph/Diagrams/TraversalInterfaces.cd
diff --git a/src/QuickGraph/DotParserAdapter.cs b/src/QuikGraph/DotParserAdapter.cs
similarity index 100%
rename from src/QuickGraph/DotParserAdapter.cs
rename to src/QuikGraph/DotParserAdapter.cs
diff --git a/src/QuickGraph/Edge.cs b/src/QuikGraph/Edge.cs
similarity index 100%
rename from src/QuickGraph/Edge.cs
rename to src/QuikGraph/Edge.cs
diff --git a/src/QuickGraph/EdgeEdgeEventArgs.cs b/src/QuikGraph/EdgeEdgeEventArgs.cs
similarity index 100%
rename from src/QuickGraph/EdgeEdgeEventArgs.cs
rename to src/QuikGraph/EdgeEdgeEventArgs.cs
diff --git a/src/QuickGraph/EdgeEventArgs.cs b/src/QuikGraph/EdgeEventArgs.cs
similarity index 100%
rename from src/QuickGraph/EdgeEventArgs.cs
rename to src/QuikGraph/EdgeEventArgs.cs
diff --git a/src/QuickGraph/EdgeExtensions.cs b/src/QuikGraph/EdgeExtensions.cs
similarity index 100%
rename from src/QuickGraph/EdgeExtensions.cs
rename to src/QuikGraph/EdgeExtensions.cs
diff --git a/src/QuickGraph/EdgeFactory.cs b/src/QuikGraph/EdgeFactory.cs
similarity index 100%
rename from src/QuickGraph/EdgeFactory.cs
rename to src/QuikGraph/EdgeFactory.cs
diff --git a/src/QuickGraph/EdgeIdentity.cs b/src/QuikGraph/EdgeIdentity.cs
similarity index 100%
rename from src/QuickGraph/EdgeIdentity.cs
rename to src/QuikGraph/EdgeIdentity.cs
diff --git a/src/QuickGraph/EdgeListGraph.cs b/src/QuikGraph/EdgeListGraph.cs
similarity index 100%
rename from src/QuickGraph/EdgeListGraph.cs
rename to src/QuikGraph/EdgeListGraph.cs
diff --git a/src/QuickGraph/EdgePredicate.cs b/src/QuikGraph/EdgePredicate.cs
similarity index 100%
rename from src/QuickGraph/EdgePredicate.cs
rename to src/QuikGraph/EdgePredicate.cs
diff --git a/src/QuickGraph/Enumerable.cs b/src/QuikGraph/Enumerable.cs
similarity index 100%
rename from src/QuickGraph/Enumerable.cs
rename to src/QuikGraph/Enumerable.cs
diff --git a/src/QuickGraph/EqualityExtensions.cs b/src/QuikGraph/EqualityExtensions.cs
similarity index 100%
rename from src/QuickGraph/EqualityExtensions.cs
rename to src/QuikGraph/EqualityExtensions.cs
diff --git a/src/QuickGraph/EquatableEdge.cs b/src/QuikGraph/EquatableEdge.cs
similarity index 100%
rename from src/QuickGraph/EquatableEdge.cs
rename to src/QuikGraph/EquatableEdge.cs
diff --git a/src/QuickGraph/EquatableTermEdge.cs b/src/QuikGraph/EquatableTermEdge.cs
similarity index 100%
rename from src/QuickGraph/EquatableTermEdge.cs
rename to src/QuikGraph/EquatableTermEdge.cs
diff --git a/src/QuickGraph/EquateGraphs.cs b/src/QuikGraph/EquateGraphs.cs
similarity index 100%
rename from src/QuickGraph/EquateGraphs.cs
rename to src/QuikGraph/EquateGraphs.cs
diff --git a/src/QuickGraph/FuncDelegates.cs b/src/QuikGraph/FuncDelegates.cs
similarity index 100%
rename from src/QuickGraph/FuncDelegates.cs
rename to src/QuikGraph/FuncDelegates.cs
diff --git a/src/QuickGraph/GraphColor.cs b/src/QuikGraph/GraphColor.cs
similarity index 100%
rename from src/QuickGraph/GraphColor.cs
rename to src/QuikGraph/GraphColor.cs
diff --git a/src/QuickGraph/GraphExtensions.cs b/src/QuikGraph/GraphExtensions.cs
similarity index 100%
rename from src/QuickGraph/GraphExtensions.cs
rename to src/QuikGraph/GraphExtensions.cs
diff --git a/src/QuickGraph/HashCodeHelper.cs b/src/QuikGraph/HashCodeHelper.cs
similarity index 100%
rename from src/QuickGraph/HashCodeHelper.cs
rename to src/QuikGraph/HashCodeHelper.cs
diff --git a/src/QuickGraph/IBidirectionalGraph.cs b/src/QuikGraph/IBidirectionalGraph.cs
similarity index 100%
rename from src/QuickGraph/IBidirectionalGraph.cs
rename to src/QuikGraph/IBidirectionalGraph.cs
diff --git a/src/QuickGraph/IBidirectionalIncidenceGraph.cs b/src/QuikGraph/IBidirectionalIncidenceGraph.cs
similarity index 100%
rename from src/QuickGraph/IBidirectionalIncidenceGraph.cs
rename to src/QuikGraph/IBidirectionalIncidenceGraph.cs
diff --git a/src/QuickGraph/ICloneableEdge.cs b/src/QuikGraph/ICloneableEdge.cs
similarity index 100%
rename from src/QuickGraph/ICloneableEdge.cs
rename to src/QuikGraph/ICloneableEdge.cs
diff --git a/src/QuickGraph/IClusteredGraph.cs b/src/QuikGraph/IClusteredGraph.cs
similarity index 100%
rename from src/QuickGraph/IClusteredGraph.cs
rename to src/QuikGraph/IClusteredGraph.cs
diff --git a/src/QuickGraph/IEdge.cs b/src/QuikGraph/IEdge.cs
similarity index 100%
rename from src/QuickGraph/IEdge.cs
rename to src/QuikGraph/IEdge.cs
diff --git a/src/QuickGraph/IEdgeListAndIncidenceGraph.cs b/src/QuikGraph/IEdgeListAndIncidenceGraph.cs
similarity index 100%
rename from src/QuickGraph/IEdgeListAndIncidenceGraph.cs
rename to src/QuikGraph/IEdgeListAndIncidenceGraph.cs
diff --git a/src/QuickGraph/IEdgeListGraph.cs b/src/QuikGraph/IEdgeListGraph.cs
similarity index 100%
rename from src/QuickGraph/IEdgeListGraph.cs
rename to src/QuikGraph/IEdgeListGraph.cs
diff --git a/src/QuickGraph/IEdgeSet.cs b/src/QuikGraph/IEdgeSet.cs
similarity index 100%
rename from src/QuickGraph/IEdgeSet.cs
rename to src/QuikGraph/IEdgeSet.cs
diff --git a/src/QuickGraph/IGraph.cs b/src/QuikGraph/IGraph.cs
similarity index 100%
rename from src/QuickGraph/IGraph.cs
rename to src/QuikGraph/IGraph.cs
diff --git a/src/QuickGraph/IHierarchy.cs b/src/QuikGraph/IHierarchy.cs
similarity index 100%
rename from src/QuickGraph/IHierarchy.cs
rename to src/QuikGraph/IHierarchy.cs
diff --git a/src/QuickGraph/IHyperEdge.cs b/src/QuikGraph/IHyperEdge.cs
similarity index 100%
rename from src/QuickGraph/IHyperEdge.cs
rename to src/QuikGraph/IHyperEdge.cs
diff --git a/src/QuickGraph/IImplicitGraph.cs b/src/QuikGraph/IImplicitGraph.cs
similarity index 100%
rename from src/QuickGraph/IImplicitGraph.cs
rename to src/QuikGraph/IImplicitGraph.cs
diff --git a/src/QuickGraph/IImplicitUndirectedGraph.cs b/src/QuikGraph/IImplicitUndirectedGraph.cs
similarity index 100%
rename from src/QuickGraph/IImplicitUndirectedGraph.cs
rename to src/QuikGraph/IImplicitUndirectedGraph.cs
diff --git a/src/QuickGraph/IImplicitVertexSet.cs b/src/QuikGraph/IImplicitVertexSet.cs
similarity index 100%
rename from src/QuickGraph/IImplicitVertexSet.cs
rename to src/QuikGraph/IImplicitVertexSet.cs
diff --git a/src/QuickGraph/IIncidenceGraph.cs b/src/QuikGraph/IIncidenceGraph.cs
similarity index 100%
rename from src/QuickGraph/IIncidenceGraph.cs
rename to src/QuikGraph/IIncidenceGraph.cs
diff --git a/src/QuickGraph/IMutableBidirectionalGraph.cs b/src/QuikGraph/IMutableBidirectionalGraph.cs
similarity index 100%
rename from src/QuickGraph/IMutableBidirectionalGraph.cs
rename to src/QuikGraph/IMutableBidirectionalGraph.cs
diff --git a/src/QuickGraph/IMutableEdgeListGraph.cs b/src/QuikGraph/IMutableEdgeListGraph.cs
similarity index 100%
rename from src/QuickGraph/IMutableEdgeListGraph.cs
rename to src/QuikGraph/IMutableEdgeListGraph.cs
diff --git a/src/QuickGraph/IMutableGraph.cs b/src/QuikGraph/IMutableGraph.cs
similarity index 100%
rename from src/QuickGraph/IMutableGraph.cs
rename to src/QuikGraph/IMutableGraph.cs
diff --git a/src/QuickGraph/IMutableIncidenceGraph.cs b/src/QuikGraph/IMutableIncidenceGraph.cs
similarity index 100%
rename from src/QuickGraph/IMutableIncidenceGraph.cs
rename to src/QuikGraph/IMutableIncidenceGraph.cs
diff --git a/src/QuickGraph/IMutableUndirectedGraph.cs b/src/QuikGraph/IMutableUndirectedGraph.cs
similarity index 100%
rename from src/QuickGraph/IMutableUndirectedGraph.cs
rename to src/QuikGraph/IMutableUndirectedGraph.cs
diff --git a/src/QuickGraph/IMutableVertexAndEdgeListGraph.cs b/src/QuikGraph/IMutableVertexAndEdgeListGraph.cs
similarity index 100%
rename from src/QuickGraph/IMutableVertexAndEdgeListGraph.cs
rename to src/QuikGraph/IMutableVertexAndEdgeListGraph.cs
diff --git a/src/QuickGraph/IMutableVertexAndEdgeSet.cs b/src/QuikGraph/IMutableVertexAndEdgeSet.cs
similarity index 100%
rename from src/QuickGraph/IMutableVertexAndEdgeSet.cs
rename to src/QuikGraph/IMutableVertexAndEdgeSet.cs
diff --git a/src/QuickGraph/IMutableVertexListGraph.cs b/src/QuikGraph/IMutableVertexListGraph.cs
similarity index 100%
rename from src/QuickGraph/IMutableVertexListGraph.cs
rename to src/QuikGraph/IMutableVertexListGraph.cs
diff --git a/src/QuickGraph/IMutableVertexSet.cs b/src/QuikGraph/IMutableVertexSet.cs
similarity index 100%
rename from src/QuickGraph/IMutableVertexSet.cs
rename to src/QuikGraph/IMutableVertexSet.cs
diff --git a/src/QuickGraph/ITagged.cs b/src/QuikGraph/ITagged.cs
similarity index 100%
rename from src/QuickGraph/ITagged.cs
rename to src/QuikGraph/ITagged.cs
diff --git a/src/QuickGraph/ITermBidirectionalGraph.cs b/src/QuikGraph/ITermBidirectionalGraph.cs
similarity index 100%
rename from src/QuickGraph/ITermBidirectionalGraph.cs
rename to src/QuikGraph/ITermBidirectionalGraph.cs
diff --git a/src/QuickGraph/ITermEdge.cs b/src/QuikGraph/ITermEdge.cs
similarity index 100%
rename from src/QuickGraph/ITermEdge.cs
rename to src/QuikGraph/ITermEdge.cs
diff --git a/src/QuickGraph/IUndirectedEdge.cs b/src/QuikGraph/IUndirectedEdge.cs
similarity index 100%
rename from src/QuickGraph/IUndirectedEdge.cs
rename to src/QuikGraph/IUndirectedEdge.cs
diff --git a/src/QuickGraph/IUndirectedGraph.cs b/src/QuikGraph/IUndirectedGraph.cs
similarity index 100%
rename from src/QuickGraph/IUndirectedGraph.cs
rename to src/QuikGraph/IUndirectedGraph.cs
diff --git a/src/QuickGraph/IVertexAndEdgeListGraph.cs b/src/QuikGraph/IVertexAndEdgeListGraph.cs
similarity index 100%
rename from src/QuickGraph/IVertexAndEdgeListGraph.cs
rename to src/QuikGraph/IVertexAndEdgeListGraph.cs
diff --git a/src/QuickGraph/IVertexListGraph.cs b/src/QuikGraph/IVertexListGraph.cs
similarity index 100%
rename from src/QuickGraph/IVertexListGraph.cs
rename to src/QuikGraph/IVertexListGraph.cs
diff --git a/src/QuickGraph/IVertexSet.cs b/src/QuikGraph/IVertexSet.cs
similarity index 100%
rename from src/QuickGraph/IVertexSet.cs
rename to src/QuikGraph/IVertexSet.cs
diff --git a/src/QuickGraph/IdentifiableEdgeFactory.cs b/src/QuikGraph/IdentifiableEdgeFactory.cs
similarity index 100%
rename from src/QuickGraph/IdentifiableEdgeFactory.cs
rename to src/QuikGraph/IdentifiableEdgeFactory.cs
diff --git a/src/QuickGraph/IdentifiableVertexFactory.cs b/src/QuikGraph/IdentifiableVertexFactory.cs
similarity index 100%
rename from src/QuickGraph/IdentifiableVertexFactory.cs
rename to src/QuikGraph/IdentifiableVertexFactory.cs
diff --git a/src/QuickGraph/NegativeCycleGraphException.cs b/src/QuikGraph/NegativeCycleGraphException.cs
similarity index 100%
rename from src/QuickGraph/NegativeCycleGraphException.cs
rename to src/QuikGraph/NegativeCycleGraphException.cs
diff --git a/src/QuickGraph/NegativeWeightException.cs b/src/QuikGraph/NegativeWeightException.cs
similarity index 100%
rename from src/QuickGraph/NegativeWeightException.cs
rename to src/QuikGraph/NegativeWeightException.cs
diff --git a/src/QuickGraph/NoPathFoundException.cs b/src/QuikGraph/NoPathFoundException.cs
similarity index 100%
rename from src/QuickGraph/NoPathFoundException.cs
rename to src/QuikGraph/NoPathFoundException.cs
diff --git a/src/QuickGraph/NonAcyclicGraphException.cs b/src/QuikGraph/NonAcyclicGraphException.cs
similarity index 100%
rename from src/QuickGraph/NonAcyclicGraphException.cs
rename to src/QuikGraph/NonAcyclicGraphException.cs
diff --git a/src/QuickGraph/NonStronglyConnectedGraphException.cs b/src/QuikGraph/NonStronglyConnectedGraphException.cs
similarity index 100%
rename from src/QuickGraph/NonStronglyConnectedGraphException.cs
rename to src/QuikGraph/NonStronglyConnectedGraphException.cs
diff --git a/src/QuickGraph/ParallelEdgeNotAllowedException.cs b/src/QuikGraph/ParallelEdgeNotAllowedException.cs
similarity index 100%
rename from src/QuickGraph/ParallelEdgeNotAllowedException.cs
rename to src/QuikGraph/ParallelEdgeNotAllowedException.cs
diff --git a/src/QuickGraph/Predicates/FilteredBidirectionalGraph.cs b/src/QuikGraph/Predicates/FilteredBidirectionalGraph.cs
similarity index 100%
rename from src/QuickGraph/Predicates/FilteredBidirectionalGraph.cs
rename to src/QuikGraph/Predicates/FilteredBidirectionalGraph.cs
diff --git a/src/QuickGraph/Predicates/FilteredEdgeListGraph.cs b/src/QuikGraph/Predicates/FilteredEdgeListGraph.cs
similarity index 100%
rename from src/QuickGraph/Predicates/FilteredEdgeListGraph.cs
rename to src/QuikGraph/Predicates/FilteredEdgeListGraph.cs
diff --git a/src/QuickGraph/Predicates/FilteredGraph.cs b/src/QuikGraph/Predicates/FilteredGraph.cs
similarity index 100%
rename from src/QuickGraph/Predicates/FilteredGraph.cs
rename to src/QuikGraph/Predicates/FilteredGraph.cs
diff --git a/src/QuickGraph/Predicates/FilteredImplicitGraph.cs b/src/QuikGraph/Predicates/FilteredImplicitGraph.cs
similarity index 100%
rename from src/QuickGraph/Predicates/FilteredImplicitGraph.cs
rename to src/QuikGraph/Predicates/FilteredImplicitGraph.cs
diff --git a/src/QuickGraph/Predicates/FilteredImplicitVertexSetGraph.cs b/src/QuikGraph/Predicates/FilteredImplicitVertexSetGraph.cs
similarity index 100%
rename from src/QuickGraph/Predicates/FilteredImplicitVertexSetGraph.cs
rename to src/QuikGraph/Predicates/FilteredImplicitVertexSetGraph.cs
diff --git a/src/QuickGraph/Predicates/FilteredIncidenceGraph.cs b/src/QuikGraph/Predicates/FilteredIncidenceGraph.cs
similarity index 100%
rename from src/QuickGraph/Predicates/FilteredIncidenceGraph.cs
rename to src/QuikGraph/Predicates/FilteredIncidenceGraph.cs
diff --git a/src/QuickGraph/Predicates/FilteredUndirectedGraph.cs b/src/QuikGraph/Predicates/FilteredUndirectedGraph.cs
similarity index 100%
rename from src/QuickGraph/Predicates/FilteredUndirectedGraph.cs
rename to src/QuikGraph/Predicates/FilteredUndirectedGraph.cs
diff --git a/src/QuickGraph/Predicates/FilteredVertexAndEdgeListGraph.cs b/src/QuikGraph/Predicates/FilteredVertexAndEdgeListGraph.cs
similarity index 100%
rename from src/QuickGraph/Predicates/FilteredVertexAndEdgeListGraph.cs
rename to src/QuikGraph/Predicates/FilteredVertexAndEdgeListGraph.cs
diff --git a/src/QuickGraph/Predicates/FilteredVertexListGraph.cs b/src/QuikGraph/Predicates/FilteredVertexListGraph.cs
similarity index 100%
rename from src/QuickGraph/Predicates/FilteredVertexListGraph.cs
rename to src/QuikGraph/Predicates/FilteredVertexListGraph.cs
diff --git a/src/QuickGraph/Predicates/InDictionaryVertexPredicate.cs b/src/QuikGraph/Predicates/InDictionaryVertexPredicate.cs
similarity index 100%
rename from src/QuickGraph/Predicates/InDictionaryVertexPredicate.cs
rename to src/QuikGraph/Predicates/InDictionaryVertexPredicate.cs
diff --git a/src/QuickGraph/Predicates/IsolatedVertexPredicate.cs b/src/QuikGraph/Predicates/IsolatedVertexPredicate.cs
similarity index 100%
rename from src/QuickGraph/Predicates/IsolatedVertexPredicate.cs
rename to src/QuikGraph/Predicates/IsolatedVertexPredicate.cs
diff --git a/src/QuickGraph/Predicates/ResidualEdgePrediate.cs b/src/QuikGraph/Predicates/ResidualEdgePrediate.cs
similarity index 100%
rename from src/QuickGraph/Predicates/ResidualEdgePrediate.cs
rename to src/QuikGraph/Predicates/ResidualEdgePrediate.cs
diff --git a/src/QuickGraph/Predicates/ReversedResidualEdgePredicate.cs b/src/QuikGraph/Predicates/ReversedResidualEdgePredicate.cs
similarity index 100%
rename from src/QuickGraph/Predicates/ReversedResidualEdgePredicate.cs
rename to src/QuikGraph/Predicates/ReversedResidualEdgePredicate.cs
diff --git a/src/QuickGraph/Predicates/SinkVertexPredicate.cs b/src/QuikGraph/Predicates/SinkVertexPredicate.cs
similarity index 100%
rename from src/QuickGraph/Predicates/SinkVertexPredicate.cs
rename to src/QuikGraph/Predicates/SinkVertexPredicate.cs
diff --git a/src/QuikGraph/Properties/AssemblyInfo.cs b/src/QuikGraph/Properties/AssemblyInfo.cs
new file mode 100644
index 000000000..da55e85d2
--- /dev/null
+++ b/src/QuikGraph/Properties/AssemblyInfo.cs
@@ -0,0 +1,3 @@
+using System.Runtime.CompilerServices;
+
+[assembly: InternalsVisibleTo("QuikGraph.Tests")]
\ No newline at end of file
diff --git a/src/QuickGraph/QuickGraphException.cs b/src/QuikGraph/QuickGraphException.cs
similarity index 100%
rename from src/QuickGraph/QuickGraphException.cs
rename to src/QuikGraph/QuickGraphException.cs
diff --git a/src/QuickGraph/QuickGraphResourceManager.cs b/src/QuikGraph/QuickGraphResourceManager.cs
similarity index 100%
rename from src/QuickGraph/QuickGraphResourceManager.cs
rename to src/QuikGraph/QuickGraphResourceManager.cs
diff --git a/src/QuikGraph/QuikGraph.csproj b/src/QuikGraph/QuikGraph.csproj
new file mode 100644
index 000000000..d5a5c7baa
--- /dev/null
+++ b/src/QuikGraph/QuikGraph.csproj
@@ -0,0 +1,74 @@
+
+
+
+ net45
+
+ true
+
+
+ QuikGraph
+ QuickGraph
+ QuikGraph
+
+
+ 1.0.0
+ 1.0.0
+ 1.0.0
+
+ true
+
+ $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
+
+ Copyright © 2019
+ .NET library that provide mainly graphs structures and algorithms for C#.
+
+QuikGraph provides generic directed/undirected graph data structures and algorithms for .NET. It comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, etc...
+
+Supported platforms:
+- .NET Framework 4.5
+ Alexandre Rabérin
+ Alexandre Rabérin
+ Alexandre Rabérin
+
+ true
+ QuikGraph
+ ➟ Release 1.0.0
+ QuickGraph QuikGraph Graph Algorithm C# .NET Graphviz
+
+ true
+ MS-PL
+ https://github.com/KeRNeLith/QuickGraph
+ https://raw.githubusercontent.com/KeRNeLith/QuickGraph/master/docs/files/img/logo.png
+ GitHub
+ https://github.com/KeRNeLith/QuickGraph
+
+
+
+
+
+
+
+
+ true
+ full
+ false
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ JETBRAINS_ANNOTATIONS
+ prompt
+ 4
+
+
+
+
+ QuikGraph .NET 4.5
+ $(DefineConstants);NET45;$(AdditionalConstants)
+
+
+
+
\ No newline at end of file
diff --git a/src/QuickGraph/QuickGraph.sln b/src/QuikGraph/QuikGraph.sln
similarity index 95%
rename from src/QuickGraph/QuickGraph.sln
rename to src/QuikGraph/QuikGraph.sln
index 771bc9ff7..3aa9b33de 100644
--- a/src/QuickGraph/QuickGraph.sln
+++ b/src/QuikGraph/QuikGraph.sln
@@ -8,7 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{B12E40
..\..\paket.dependencies = ..\..\paket.dependencies
EndProjectSection
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickGraph", "QuickGraph.csproj", "{A9A5C115-0680-44B3-A87E-5ECF4C93814E}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuikGraph", "QuikGraph.csproj", "{A9A5C115-0680-44B3-A87E-5ECF4C93814E}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "DotParserProject", "..\..\DotParserProject\DotParserProject\DotParserProject.fsproj", "{8826810A-DC59-46E6-8978-21E273DB1236}"
EndProject
diff --git a/src/QuickGraph/ReversedBidirectionalListGraph.cs b/src/QuikGraph/ReversedBidirectionalListGraph.cs
similarity index 100%
rename from src/QuickGraph/ReversedBidirectionalListGraph.cs
rename to src/QuikGraph/ReversedBidirectionalListGraph.cs
diff --git a/src/QuickGraph/SEdge.cs b/src/QuikGraph/SEdge.cs
similarity index 100%
rename from src/QuickGraph/SEdge.cs
rename to src/QuikGraph/SEdge.cs
diff --git a/src/QuickGraph/SEquatableEdge.cs b/src/QuikGraph/SEquatableEdge.cs
similarity index 100%
rename from src/QuickGraph/SEquatableEdge.cs
rename to src/QuikGraph/SEquatableEdge.cs
diff --git a/src/QuickGraph/SEquatableUndirectedEdge.cs b/src/QuikGraph/SEquatableUndirectedEdge.cs
similarity index 100%
rename from src/QuickGraph/SEquatableUndirectedEdge.cs
rename to src/QuikGraph/SEquatableUndirectedEdge.cs
diff --git a/src/QuickGraph/SReversedEdge.cs b/src/QuikGraph/SReversedEdge.cs
similarity index 100%
rename from src/QuickGraph/SReversedEdge.cs
rename to src/QuikGraph/SReversedEdge.cs
diff --git a/src/QuickGraph/STaggedEdge.cs b/src/QuikGraph/STaggedEdge.cs
similarity index 100%
rename from src/QuickGraph/STaggedEdge.cs
rename to src/QuikGraph/STaggedEdge.cs
diff --git a/src/QuickGraph/STaggedEquatableEdge.cs b/src/QuikGraph/STaggedEquatableEdge.cs
similarity index 100%
rename from src/QuickGraph/STaggedEquatableEdge.cs
rename to src/QuikGraph/STaggedEquatableEdge.cs
diff --git a/src/QuickGraph/STaggedUndirectedEdge.cs b/src/QuikGraph/STaggedUndirectedEdge.cs
similarity index 100%
rename from src/QuickGraph/STaggedUndirectedEdge.cs
rename to src/QuikGraph/STaggedUndirectedEdge.cs
diff --git a/src/QuickGraph/SUndirectedEdge.cs b/src/QuikGraph/SUndirectedEdge.cs
similarity index 100%
rename from src/QuickGraph/SUndirectedEdge.cs
rename to src/QuikGraph/SUndirectedEdge.cs
diff --git a/src/QuickGraph/Serialization/DirectedGraphML/Dgml.cs b/src/QuikGraph/Serialization/DirectedGraphML/Dgml.cs
similarity index 100%
rename from src/QuickGraph/Serialization/DirectedGraphML/Dgml.cs
rename to src/QuikGraph/Serialization/DirectedGraphML/Dgml.cs
diff --git a/src/QuickGraph/Serialization/DirectedGraphMLAlgorithm.cs b/src/QuikGraph/Serialization/DirectedGraphMLAlgorithm.cs
similarity index 100%
rename from src/QuickGraph/Serialization/DirectedGraphMLAlgorithm.cs
rename to src/QuikGraph/Serialization/DirectedGraphMLAlgorithm.cs
diff --git a/src/QuickGraph/Serialization/DirectedGraphMLExtensions.cs b/src/QuikGraph/Serialization/DirectedGraphMLExtensions.cs
similarity index 100%
rename from src/QuickGraph/Serialization/DirectedGraphMLExtensions.cs
rename to src/QuikGraph/Serialization/DirectedGraphMLExtensions.cs
diff --git a/src/QuickGraph/Serialization/GraphMLDeserializer.cs b/src/QuikGraph/Serialization/GraphMLDeserializer.cs
similarity index 100%
rename from src/QuickGraph/Serialization/GraphMLDeserializer.cs
rename to src/QuikGraph/Serialization/GraphMLDeserializer.cs
diff --git a/src/QuickGraph/Serialization/GraphMLExtensions.cs b/src/QuikGraph/Serialization/GraphMLExtensions.cs
similarity index 100%
rename from src/QuickGraph/Serialization/GraphMLExtensions.cs
rename to src/QuikGraph/Serialization/GraphMLExtensions.cs
diff --git a/src/QuickGraph/Serialization/GraphMLSerializer.cs b/src/QuikGraph/Serialization/GraphMLSerializer.cs
similarity index 100%
rename from src/QuickGraph/Serialization/GraphMLSerializer.cs
rename to src/QuikGraph/Serialization/GraphMLSerializer.cs
diff --git a/src/QuickGraph/Serialization/GraphMLXmlResolver.cs b/src/QuikGraph/Serialization/GraphMLXmlResolver.cs
similarity index 100%
rename from src/QuickGraph/Serialization/GraphMLXmlResolver.cs
rename to src/QuikGraph/Serialization/GraphMLXmlResolver.cs
diff --git a/src/QuickGraph/Serialization/SerializationExtensions.cs b/src/QuikGraph/Serialization/SerializationExtensions.cs
similarity index 100%
rename from src/QuickGraph/Serialization/SerializationExtensions.cs
rename to src/QuikGraph/Serialization/SerializationExtensions.cs
diff --git a/src/QuickGraph/Serialization/SerializationHelper.cs b/src/QuikGraph/Serialization/SerializationHelper.cs
similarity index 100%
rename from src/QuickGraph/Serialization/SerializationHelper.cs
rename to src/QuikGraph/Serialization/SerializationHelper.cs
diff --git a/src/QuickGraph/Serialization/SerializerBase.cs b/src/QuikGraph/Serialization/SerializerBase.cs
similarity index 100%
rename from src/QuickGraph/Serialization/SerializerBase.cs
rename to src/QuikGraph/Serialization/SerializerBase.cs
diff --git a/src/QuickGraph/Serialization/XmlSerializableGraphBase.cs b/src/QuikGraph/Serialization/XmlSerializableGraphBase.cs
similarity index 100%
rename from src/QuickGraph/Serialization/XmlSerializableGraphBase.cs
rename to src/QuikGraph/Serialization/XmlSerializableGraphBase.cs
diff --git a/src/QuickGraph/Serialization/graphml-structure.xsd b/src/QuikGraph/Serialization/graphml-structure.xsd
similarity index 100%
rename from src/QuickGraph/Serialization/graphml-structure.xsd
rename to src/QuikGraph/Serialization/graphml-structure.xsd
diff --git a/src/QuickGraph/Serialization/graphml.dtd b/src/QuikGraph/Serialization/graphml.dtd
similarity index 100%
rename from src/QuickGraph/Serialization/graphml.dtd
rename to src/QuikGraph/Serialization/graphml.dtd
diff --git a/src/QuickGraph/Serialization/graphml.xsd b/src/QuikGraph/Serialization/graphml.xsd
similarity index 100%
rename from src/QuickGraph/Serialization/graphml.xsd
rename to src/QuikGraph/Serialization/graphml.xsd
diff --git a/src/QuickGraph/TaggedEdge.cs b/src/QuikGraph/TaggedEdge.cs
similarity index 100%
rename from src/QuickGraph/TaggedEdge.cs
rename to src/QuikGraph/TaggedEdge.cs
diff --git a/src/QuickGraph/TaggedEquatableEdge.cs b/src/QuikGraph/TaggedEquatableEdge.cs
similarity index 100%
rename from src/QuickGraph/TaggedEquatableEdge.cs
rename to src/QuikGraph/TaggedEquatableEdge.cs
diff --git a/src/QuickGraph/TaggedUndirectedEdge.cs b/src/QuikGraph/TaggedUndirectedEdge.cs
similarity index 100%
rename from src/QuickGraph/TaggedUndirectedEdge.cs
rename to src/QuikGraph/TaggedUndirectedEdge.cs
diff --git a/src/QuickGraph/TermBidirectionalGraph.cs b/src/QuikGraph/TermBidirectionalGraph.cs
similarity index 100%
rename from src/QuickGraph/TermBidirectionalGraph.cs
rename to src/QuikGraph/TermBidirectionalGraph.cs
diff --git a/src/QuickGraph/TermEdge.cs b/src/QuikGraph/TermEdge.cs
similarity index 100%
rename from src/QuickGraph/TermEdge.cs
rename to src/QuikGraph/TermEdge.cs
diff --git a/src/QuickGraph/TermEdgeList.cs b/src/QuikGraph/TermEdgeList.cs
similarity index 100%
rename from src/QuickGraph/TermEdgeList.cs
rename to src/QuikGraph/TermEdgeList.cs
diff --git a/src/QuickGraph/TryFuncDelegates.cs b/src/QuikGraph/TryFuncDelegates.cs
similarity index 100%
rename from src/QuickGraph/TryFuncDelegates.cs
rename to src/QuikGraph/TryFuncDelegates.cs
diff --git a/src/QuickGraph/UndirectedBidirectionalGraph.cs b/src/QuikGraph/UndirectedBidirectionalGraph.cs
similarity index 100%
rename from src/QuickGraph/UndirectedBidirectionalGraph.cs
rename to src/QuikGraph/UndirectedBidirectionalGraph.cs
diff --git a/src/QuickGraph/UndirectedEdge.cs b/src/QuikGraph/UndirectedEdge.cs
similarity index 100%
rename from src/QuickGraph/UndirectedEdge.cs
rename to src/QuikGraph/UndirectedEdge.cs
diff --git a/src/QuickGraph/UndirectedEdgeEventArgs.cs b/src/QuikGraph/UndirectedEdgeEventArgs.cs
similarity index 100%
rename from src/QuickGraph/UndirectedEdgeEventArgs.cs
rename to src/QuikGraph/UndirectedEdgeEventArgs.cs
diff --git a/src/QuickGraph/UndirectedGraph.cs b/src/QuikGraph/UndirectedGraph.cs
similarity index 100%
rename from src/QuickGraph/UndirectedGraph.cs
rename to src/QuikGraph/UndirectedGraph.cs
diff --git a/src/QuickGraph/VertexEventArgs.cs b/src/QuikGraph/VertexEventArgs.cs
similarity index 100%
rename from src/QuickGraph/VertexEventArgs.cs
rename to src/QuikGraph/VertexEventArgs.cs
diff --git a/src/QuickGraph/VertexFactory.cs b/src/QuikGraph/VertexFactory.cs
similarity index 100%
rename from src/QuickGraph/VertexFactory.cs
rename to src/QuikGraph/VertexFactory.cs
diff --git a/src/QuickGraph/VertexIdentity.cs b/src/QuikGraph/VertexIdentity.cs
similarity index 100%
rename from src/QuickGraph/VertexIdentity.cs
rename to src/QuikGraph/VertexIdentity.cs
diff --git a/src/QuickGraph/VertexIndexer.cs b/src/QuikGraph/VertexIndexer.cs
similarity index 100%
rename from src/QuickGraph/VertexIndexer.cs
rename to src/QuikGraph/VertexIndexer.cs
diff --git a/src/QuickGraph/VertexPredicate.cs b/src/QuikGraph/VertexPredicate.cs
similarity index 100%
rename from src/QuickGraph/VertexPredicate.cs
rename to src/QuikGraph/VertexPredicate.cs
diff --git a/src/QuickGraph/quickgraph.banner.png b/src/QuikGraph/quickgraph.banner.png
similarity index 100%
rename from src/QuickGraph/quickgraph.banner.png
rename to src/QuikGraph/quickgraph.banner.png
diff --git a/src/QuickGraph/quickgraph.png b/src/QuikGraph/quickgraph.png
similarity index 100%
rename from src/QuickGraph/quickgraph.png
rename to src/QuikGraph/quickgraph.png
diff --git a/tests/QuickGraph.Perf/QuickGraph.Perf.csproj b/tests/QuickGraph.Perf/QuickGraph.Perf.csproj
index 968fd57ec..a4f78ab4d 100644
--- a/tests/QuickGraph.Perf/QuickGraph.Perf.csproj
+++ b/tests/QuickGraph.Perf/QuickGraph.Perf.csproj
@@ -111,7 +111,7 @@
-
+
{a9a5c115-0680-44b3-a87e-5ecf4c93814e}
QuickGraph
diff --git a/tests/QuickGraph.Tests/QuickGraph.Tests.csproj b/tests/QuickGraph.Tests/QuickGraph.Tests.csproj
index 1b98fae5d..ccd200f99 100644
--- a/tests/QuickGraph.Tests/QuickGraph.Tests.csproj
+++ b/tests/QuickGraph.Tests/QuickGraph.Tests.csproj
@@ -10,7 +10,7 @@
Library
Properties
QuickGraph.Tests
- YC.QuickGraph.Tests
+ QuikGraph.Tests
{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
@@ -517,9 +517,9 @@
{1ccafd2c-4a61-4f7f-986c-a2f575086344}
QuickGraphFS
-
+
{a9a5c115-0680-44b3-a87e-5ecf4c93814e}
- QuickGraph
+ QuikGraph