Click or drag to resize

EdgeMergeCondensationGraphAlgorithmTVertex, TEdge Constructor

Namespace:  QuickGraph.Algorithms.Condensation
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public EdgeMergeCondensationGraphAlgorithm(
	IBidirectionalGraph<TVertex, TEdge> visitedGraph,
	IMutableBidirectionalGraph<TVertex, MergedEdge<TVertex, TEdge>> condensatedGraph,
	VertexPredicate<TVertex> vertexPredicate
)

Parameters

visitedGraph
Type: QuickGraphIBidirectionalGraphTVertex, TEdge
condensatedGraph
Type: QuickGraphIMutableBidirectionalGraphTVertex, MergedEdgeTVertex, TEdge
vertexPredicate
Type: QuickGraphVertexPredicateTVertex
See Also