Algorithms
Condensation
CondensatedEdgeTVertexTEdgeTGraphTest.cs
CondensationGraphAlgorithmTVertexTEdgeTGraphTest.cs
EdgeMergeCondensationGraphAlgorithmTVertexTEdgeTest.cs
MergedEdgeTVertexTEdgeTest.cs
Exploration
CloneableVertexGraphExplorerAlgorithmDefaultFinishedPredicateTVertexTEdgeTest.cs
CloneableVertexGraphExplorerAlgorithmTVertexTEdgeTest.cs
TransitionFactoryImplicitGraphTVertexTEdgeTest.cs
MaximumFlow
AllVerticesGraphAugmentorAlgorithmTVertexTEdgeTest.cs
EdmondsKarpMaximumFlowAlgorithmTVertexTEdgeTest.cs
FeasibleFlowAlgorithmTest.Constructor.g.cs
FeasibleFlowAlgorithmTest.cs
GraphAugmentorAlgorithmBaseTVertexTEdgeTGraphTest.cs
GraphBalancerAlgorithmTVertexTEdgeTest.cs
MaximumFlowAlgorithmTVertexTEdgeTest.cs
MultiSourceSinkGraphAugmentorAlgorithmTVertexTEdgeTest.cs
ReversedEdgeAugmentorAlgorithmTVertexTEdgeTest.cs
MinimumSpanningTree
PrimMinimumSpanningTreeAlgorithmTVertexTEdgeTest.cs
Observers
EdgePredecessorRecorderObserverTVertexTEdgeTest.cs
EdgeRecorderObserverTVertexTEdgeTest.cs
ObserverScopeTest.Create.g.cs
ObserverScopeTest.cs
VertexDistanceRecorderObserverTVertexTEdgeTest.cs
VertexPredecessorPathRecorderObserverTVertexTEdgeTest.cs
VertexPredecessorRecorderObserverTVertexTEdgeTest.cs
VertexRecorderObserverTVertexTEdgeTest.cs
VertexTimeStamperObserverTVertexTEdgeTest.cs
RandomWalks
CyclePoppingRandomTreeAlgorithmTVertexTEdgeTest.cs
MarkovEdgeChainBaseTVertexTEdgeTest.cs
NormalizedMarkovEdgeChainTVertexTEdgeTest.cs
RandomWalkAlgorithmTVertexTEdgeTest.cs
RoundRobinEdgeChainTVertexTEdgeTest.cs
VanishingWeightedMarkovEdgeChainTVertexTEdgeTest.cs
WeightedMarkovEdgeChainBaseTVertexTEdgeTest.cs
WeightedMarkovEdgeChainTVertexTEdgeTest.cs
Ranking
PageRankAlgorithmTVertexTEdgeTest.cs
Search
BidirectionalDepthFirstSearchAlgorithmTVertexTEdgeTest.cs
BreadthFirstSearchAlgorithmTVertexTEdgeTest.cs
DepthFirstSearchAlgorithmTVertexTEdgeTest.cs
EdgeDepthFirstSearchAlgorithmTVertexTEdgeTest.cs
ImplicitDepthFirstSearchAlgorithmTVertexTEdgeTest.cs
ImplicitEdgeDepthFirstSearchAlgorithmTVertexTEdgeTest.cs
UndirectedBreadthFirstSearchAlgorithmTVertexTEdgeTest.cs
UndirectedDepthFirstSearchAlgorithmTVertexTEdgeTest.cs
ShortestPath
BellmanFordShortestPathAlgorithmTVertexTEdgeTest.cs
CriticalDistanceRelaxerTest.cs
DagShortestPathAlgorithmTVertexTEdgeTest.cs
DijkstraShortestPathAlgorithmTVertexTEdgeTest.cs
ShortestDistanceRelaxerTest.cs
ShortestPathAlgorithmBaseTVertexTEdgeTGraphTest.cs
UndirectedDijkstraShortestPathAlgorithmTVertexTEdgeTest.cs
AlgorithmBaseTGraphTest.cs
AlgorithmExtensionsTest.cs
CentralityApproximationAlgorithmTVertexTEdgeTest.cs
ConnectedComponentsAlgorithmTVertexTEdgeTest.cs
EulerianTrailAlgorithmTVertexTEdgeTest.cs
MaximumBipartiteMatchingAlgorithmTVertexTEdgeTest.cs
RandomGraphFactoryTest.cs
RootedAlgorithmBaseTVertexTGraphTest.cs
SourceFirstTopologicalSortAlgorithmTVertexTEdgeTest.cs
StronglyConnectedComponentsAlgorithmTVertexTEdgeTest.cs
TopologicalSortAlgorithmTVertexTEdgeTest.cs
UndirectedFirstTopologicalSortAlgorithmTVertexTEdgeTest.cs
UndirectedTopologicalSortAlgorithmTVertexTEdgeTest.cs
WeaklyConnectedComponentsAlgorithmTVertexTEdgeTest.cs
Collections
BinaryHeapTPriorityTValueTest.Constructor.g.cs
BinaryHeapTPriorityTValueTest.cs
EdgeEdgeDictionaryTVertexTEdgeTest.cs
EdgeListTVertexTEdgeTest.cs
FibonacciHeapTPriorityTValueTest.Constructor.g.cs
FibonacciHeapTPriorityTValueTest.Constructor01.g.cs
FibonacciHeapTPriorityTValueTest.cs
PriorityQueueTVertexTDistanceTest.Constructor.g.cs
PriorityQueueTVertexTDistanceTest.cs
QueueTTest.Constructor.g.cs
QueueTTest.cs
VertexEdgeDictionaryTVertexTEdgeTest.cs
VertexListTVertexTest.Constructor.g.cs
VertexListTVertexTest.Constructor01.g.cs
VertexListTVertexTest.Constructor02.g.cs
VertexListTVertexTest.cs
Factories
AdjacencyGraphFactory.cs
BidirectionalGraphFactory.cs
EdgeFactory.cs
EdgeListGraphFactory.cs
Predicates
AnyEdgePredicateTVertexTEdgeTest.Constructor.g.cs
AnyEdgePredicateTVertexTEdgeTest.cs
AnyEdgePredicateTVertexTEdgeTest.Test.g.cs
AnyVertexPredicateTVertexTest.Constructor.g.cs
AnyVertexPredicateTVertexTest.cs
AnyVertexPredicateTVertexTest.Test.g.cs
FilteredBidirectionalGraphTVertexTEdgeTGraphTest.cs
FilteredEdgeListGraphTVertexTEdgeTGraphTest.cs
FilteredGraphTVertexTEdgeTGraphTest.cs
FilteredImplicitGraphTVertexTEdgeTGraphTest.cs
FilteredIncidenceGraphTVertexTEdgeTGraphTest.cs
FilteredUndirectedGraphTVertexTEdgeTGraphTest.cs
FilteredVertexAndEdgeListGraphTVertexTEdgeTGraphTest.cs
FilteredVertexListGraphTVertexTEdgeGraphTest.cs
InDictionaryVertexPredicateTVertexTValueTest.Constructor.g.cs
InDictionaryVertexPredicateTVertexTValueTest.cs
IsolatedVertexPredicateTVertexTEdgeTest.cs
ResidualEdgePredicateTVertexTEdgeTest.cs
ReversedResidualEdgePredicateTVertexTEdgeTest.cs
SinkVertexPredicateTVertexTEdgeTest.cs
Properties
AssemblyInfo.cs
PexAssemblyInfo.cs
Serialization
GraphMLExtensionsTest.cs
GraphMLSerializerTVertexTEdgeTest.cs
SerializationExtensionsTest.cs
SerializationExtensionsTest.SerializeToBinary.g.cs
SerializerBaseTVertexTEdgeTest.cs
AdjacencyGraphTVertexTEdgeTest.AddEdge.g.cs
AdjacencyGraphTVertexTEdgeTest.AddEdgeRange.g.cs
AdjacencyGraphTVertexTEdgeTest.AddVertex.g.cs
AdjacencyGraphTVertexTEdgeTest.AddVertexRange.g.cs
AdjacencyGraphTVertexTEdgeTest.AddVerticesAndEdge.g.cs
AdjacencyGraphTVertexTEdgeTest.AllowParallelEdgesGet.g.cs
AdjacencyGraphTVertexTEdgeTest.Clear.g.cs
AdjacencyGraphTVertexTEdgeTest.ClearOutEdges.g.cs
AdjacencyGraphTVertexTEdgeTest.Clone.g.cs
AdjacencyGraphTVertexTEdgeTest.Constructor.g.cs
AdjacencyGraphTVertexTEdgeTest.Constructor01.g.cs
AdjacencyGraphTVertexTEdgeTest.Constructor02.g.cs
AdjacencyGraphTVertexTEdgeTest.ContainsEdge.g.cs
AdjacencyGraphTVertexTEdgeTest.ContainsEdge01.g.cs
AdjacencyGraphTVertexTEdgeTest.ContainsVertex.g.cs
AdjacencyGraphTVertexTEdgeTest.cs
AdjacencyGraphTVertexTEdgeTest.EdgeCapacityGetSet.g.cs
AdjacencyGraphTVertexTEdgeTest.EdgeCountGet.g.cs
AdjacencyGraphTVertexTEdgeTest.EdgesGet.g.cs
AdjacencyGraphTVertexTEdgeTest.EdgeTypeGet.g.cs
AdjacencyGraphTVertexTEdgeTest.IsDirectedGet.g.cs
AdjacencyGraphTVertexTEdgeTest.IsEdgesEmptyGet.g.cs
AdjacencyGraphTVertexTEdgeTest.IsOutEdgesEmpty.g.cs
AdjacencyGraphTVertexTEdgeTest.IsVerticesEmptyGet.g.cs
AdjacencyGraphTVertexTEdgeTest.OutDegree.g.cs
AdjacencyGraphTVertexTEdgeTest.OutEdge.g.cs
AdjacencyGraphTVertexTEdgeTest.OutEdges.g.cs
AdjacencyGraphTVertexTEdgeTest.RemoveEdge.g.cs
AdjacencyGraphTVertexTEdgeTest.RemoveVertex.g.cs
AdjacencyGraphTVertexTEdgeTest.TrimEdgeExcess.g.cs
AdjacencyGraphTVertexTEdgeTest.TryGetEdge.g.cs
AdjacencyGraphTVertexTEdgeTest.TryGetEdges.g.cs
AdjacencyGraphTVertexTEdgeTest.VertexCountGet.g.cs
AdjacencyGraphTVertexTEdgeTest.VertexTypeGet.g.cs
AdjacencyGraphTVertexTEdgeTest.VerticesGet.g.cs
BidirectionalGraphTVertexTEdgeTest.AddEdge.g.cs
BidirectionalGraphTVertexTEdgeTest.AddEdgeRange.g.cs
BidirectionalGraphTVertexTEdgeTest.AddVertex.g.cs
BidirectionalGraphTVertexTEdgeTest.AddVertexRange.g.cs
BidirectionalGraphTVertexTEdgeTest.AddVerticesAndEdge.g.cs
BidirectionalGraphTVertexTEdgeTest.AllowParallelEdgesGet.g.cs
BidirectionalGraphTVertexTEdgeTest.Clear.g.cs
BidirectionalGraphTVertexTEdgeTest.ClearEdges.g.cs
BidirectionalGraphTVertexTEdgeTest.ClearInEdges.g.cs
BidirectionalGraphTVertexTEdgeTest.ClearOutEdges.g.cs
BidirectionalGraphTVertexTEdgeTest.Clone.g.cs
BidirectionalGraphTVertexTEdgeTest.Constructor.g.cs
BidirectionalGraphTVertexTEdgeTest.Constructor01.g.cs
BidirectionalGraphTVertexTEdgeTest.Constructor02.g.cs
BidirectionalGraphTVertexTEdgeTest.ContainsEdge.g.cs
BidirectionalGraphTVertexTEdgeTest.ContainsEdge01.g.cs
BidirectionalGraphTVertexTEdgeTest.ContainsVertex.g.cs
BidirectionalGraphTVertexTEdgeTest.cs
BidirectionalGraphTVertexTEdgeTest.Degree.g.cs
BidirectionalGraphTVertexTEdgeTest.EdgeCapacityGetSet.g.cs
BidirectionalGraphTVertexTEdgeTest.EdgeCountGet.g.cs
BidirectionalGraphTVertexTEdgeTest.EdgesGet.g.cs
BidirectionalGraphTVertexTEdgeTest.EdgeTypeGet.g.cs
BidirectionalGraphTVertexTEdgeTest.InDegree.g.cs
BidirectionalGraphTVertexTEdgeTest.InEdges.g.cs
BidirectionalGraphTVertexTEdgeTest.IsDirectedGet.g.cs
BidirectionalGraphTVertexTEdgeTest.IsEdgesEmptyGet.g.cs
BidirectionalGraphTVertexTEdgeTest.IsInEdgesEmpty.g.cs
BidirectionalGraphTVertexTEdgeTest.IsOutEdgesEmpty.g.cs
BidirectionalGraphTVertexTEdgeTest.IsVerticesEmptyGet.g.cs
BidirectionalGraphTVertexTEdgeTest.OutDegree.g.cs
BidirectionalGraphTVertexTEdgeTest.OutEdge.g.cs
BidirectionalGraphTVertexTEdgeTest.OutEdges.g.cs
BidirectionalGraphTVertexTEdgeTest.RemoveEdge.g.cs
BidirectionalGraphTVertexTEdgeTest.RemoveVertex.g.cs
BidirectionalGraphTVertexTEdgeTest.TrimEdgeExcess.g.cs
BidirectionalGraphTVertexTEdgeTest.TryGetEdge.g.cs
BidirectionalGraphTVertexTEdgeTest.TryGetEdges.g.cs
BidirectionalGraphTVertexTEdgeTest.VertexCountGet.g.cs
BidirectionalGraphTVertexTEdgeTest.VertexTypeGet.g.cs
BidirectionalGraphTVertexTEdgeTest.VerticesGet.g.cs
BidirectionalMatrixGraphTEdgeTest.AddEdge.g.cs
BidirectionalMatrixGraphTEdgeTest.AddEdgeRange.g.cs
BidirectionalMatrixGraphTEdgeTest.Constructor.g.cs
BidirectionalMatrixGraphTEdgeTest.ContainsEdge01.g.cs
BidirectionalMatrixGraphTEdgeTest.cs
BidirectionalMatrixGraphTEdgeTest.RemoveEdge.g.cs
EdgeEdgeEventArgsTVertexTEdgeTest.Constructor.g.cs
EdgeEdgeEventArgsTVertexTEdgeTest.cs
EdgeEdgeEventArgsTVertexTEdgeTest.TargetEdgeGet.g.cs
EdgeEventArgsTVertexTEdgeTest.Constructor.g.cs
EdgeEventArgsTVertexTEdgeTest.cs
EdgeEventArgsTVertexTEdgeTest.EdgeGet.g.cs
EdgeListGraphTVertexTEdgeTest.AddEdge.g.cs
EdgeListGraphTVertexTEdgeTest.AddEdgeRange.g.cs
EdgeListGraphTVertexTEdgeTest.AddVerticesAndEdge.g.cs
EdgeListGraphTVertexTEdgeTest.AllowParallelEdgesGet.g.cs
EdgeListGraphTVertexTEdgeTest.Clear.g.cs
EdgeListGraphTVertexTEdgeTest.Clone.g.cs
EdgeListGraphTVertexTEdgeTest.Constructor.g.cs
EdgeListGraphTVertexTEdgeTest.Constructor01.g.cs
EdgeListGraphTVertexTEdgeTest.ContainsEdge.g.cs
EdgeListGraphTVertexTEdgeTest.cs
EdgeListGraphTVertexTEdgeTest.EdgeCountGet.g.cs
EdgeListGraphTVertexTEdgeTest.EdgesGet.g.cs
EdgeListGraphTVertexTEdgeTest.IsDirectedGet.g.cs
EdgeListGraphTVertexTEdgeTest.IsEdgesEmptyGet.g.cs
EdgeListGraphTVertexTEdgeTest.RemoveEdge.g.cs
EdgeTVertexTest.Constructor.g.cs
EdgeTVertexTest.cs
EdgeTVertexTest.SourceGet.g.cs
EdgeTVertexTest.TargetGet.g.cs
EdgeTVertexTest.ToString.g.cs
EdgeTVertexTest.VertexTypeGet.g.cs
EnumerableContractTest.cs
EnumerableContractTest.RequiresElementsNotNull.g.cs
GraphExtensionsTest.cs
GraphExtensionsTest.ToAdjacencyGraph.g.cs
GraphExtensionsTest.ToAdjacencyGraph01.g.cs
GraphExtensionsTest.ToBidirectionalGraph.g.cs
GraphExtensionsTest.ToBidirectionalGraph01.g.cs
IdentifiableEdgeTVertexTest.Constructor.g.cs
IdentifiableEdgeTVertexTest.cs
IdentifiableEdgeTVertexTest.IDGet.g.cs
IdentifiableEdgeTVertexTest.ToString.g.cs
IdentifiableVertexTest.Constructor.g.cs
IdentifiableVertexTest.cs
IdentifiableVertexTest.IDGet.g.cs
IdentifiableVertexTest.ToString.g.cs
NamedEdgeTVertexTest.Constructor.g.cs
NamedEdgeTVertexTest.cs
NamedEdgeTVertexTest.NameGet.g.cs
NamedEdgeTVertexTest.ToString.g.cs
NonAcyclicGraphExceptionTest.Constructor.g.cs
NonAcyclicGraphExceptionTest.Constructor01.g.cs
NonAcyclicGraphExceptionTest.Constructor02.g.cs
NonAcyclicGraphExceptionTest.cs
NotStronglyConnectedGraphExceptionTest.Constructor.g.cs
NotStronglyConnectedGraphExceptionTest.Constructor01.g.cs
NotStronglyConnectedGraphExceptionTest.Constructor02.g.cs
NotStronglyConnectedGraphExceptionTest.cs
ParallelEdgeNotAllowedExceptionTest.Constructor.g.cs
ParallelEdgeNotAllowedExceptionTest.Constructor01.g.cs
ParallelEdgeNotAllowedExceptionTest.Constructor02.g.cs
ParallelEdgeNotAllowedExceptionTest.cs
quickgraph.snk
QuickGraph1.Tests.csproj
QuickGraph1.Tests.csproj.vspscc
QuickGraphResourceManagerTest.cs
QuickGraphResourceManagerTest.DumpResources.g.cs
QuickGraphResourceManagerTest.GetBanner.g.cs
QuickGraphResourceManagerTest.GetLogo.g.cs
RootVertexNotSpecifiedExceptionTest.Constructor.g.cs
RootVertexNotSpecifiedExceptionTest.Constructor01.g.cs
RootVertexNotSpecifiedExceptionTest.Constructor02.g.cs
RootVertexNotSpecifiedExceptionTest.cs
TaggedEdgeTVertexTTagTest.Constructor.g.cs
TaggedEdgeTVertexTTagTest.cs
TaggedEdgeTVertexTTagTest.TagGetSet.g.cs
UndirectedBidirectionalGraphTVertexTEdgeTest.Constructor.g.cs
UndirectedBidirectionalGraphTVertexTEdgeTest.cs
UndirectedGraphTVertexTEdgeTest.AddEdge.g.cs
UndirectedGraphTVertexTEdgeTest.AddEdgeRange.g.cs
UndirectedGraphTVertexTEdgeTest.AddVertex.g.cs
UndirectedGraphTVertexTEdgeTest.AddVerticesAndEdge.g.cs
UndirectedGraphTVertexTEdgeTest.AdjacentDegree.g.cs
UndirectedGraphTVertexTEdgeTest.AdjacentEdge.g.cs
UndirectedGraphTVertexTEdgeTest.AdjacentEdges.g.cs
UndirectedGraphTVertexTEdgeTest.AllowParallelEdgesGet.g.cs
UndirectedGraphTVertexTEdgeTest.Clear.g.cs
UndirectedGraphTVertexTEdgeTest.ClearAdjacentEdges.g.cs
UndirectedGraphTVertexTEdgeTest.Constructor.g.cs
UndirectedGraphTVertexTEdgeTest.Constructor01.g.cs
UndirectedGraphTVertexTEdgeTest.ContainsEdge.g.cs
UndirectedGraphTVertexTEdgeTest.ContainsEdge01.g.cs
UndirectedGraphTVertexTEdgeTest.ContainsVertex.g.cs
UndirectedGraphTVertexTEdgeTest.cs
UndirectedGraphTVertexTEdgeTest.EdgeCountGet.g.cs
UndirectedGraphTVertexTEdgeTest.EdgesGet.g.cs
UndirectedGraphTVertexTEdgeTest.IsAdjacentEdgesEmpty.g.cs
UndirectedGraphTVertexTEdgeTest.IsDirectedGet.g.cs
UndirectedGraphTVertexTEdgeTest.IsEdgesEmptyGet.g.cs
UndirectedGraphTVertexTEdgeTest.IsVerticesEmptyGet.g.cs
UndirectedGraphTVertexTEdgeTest.RemoveEdge.g.cs
UndirectedGraphTVertexTEdgeTest.RemoveEdges.g.cs
UndirectedGraphTVertexTEdgeTest.RemoveVertex.g.cs
UndirectedGraphTVertexTEdgeTest.TrimEdgeExcess.g.cs
UndirectedGraphTVertexTEdgeTest.VertexCountGet.g.cs
UndirectedGraphTVertexTEdgeTest.VerticesGet.g.cs
VertexEventArgsTVertexTest.Constructor.g.cs
VertexEventArgsTVertexTest.cs
VertexEventArgsTVertexTest.VertexGet.g.cs