EdgeMergeCondensationGraphAlgorithm<'TVertex, 'TEdge>
Namespace: QuickGraph.Algorithms.Condensation
Constructors
Constructor | Description |
new(...)
Signature: (visitedGraph:IBidirectionalGraph<'TVertex,'TEdge> * condensatedGraph:IMutableBidirectionalGraph<'TVertex,MergedEdge<'TVertex,'TEdge>> * vertexPredicate:VertexPredicate<'TVertex>) -> unit
|
Instance members
Instance member | Description |
CondensatedGraph
Signature: IMutableBidirectionalGraph<'TVertex,MergedEdge<'TVertex,'TEdge>>
|
|
VertexPredicate
Signature: VertexPredicate<'TVertex>
|