Click or drag to resize

CondensationGraphAlgorithmTVertex, TEdge, TGraph Constructor

Namespace:  QuickGraph.Algorithms.Condensation
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public CondensationGraphAlgorithm(
	IVertexAndEdgeListGraph<TVertex, TEdge> visitedGraph
)

Parameters

visitedGraph
Type: QuickGraphIVertexAndEdgeListGraphTVertex, TEdge
See Also