QuickGraph


EdgeMergeCondensationGraphAlgorithm<'TVertex, 'TEdge>

Namespace: QuickGraph.Algorithms.Condensation

Constructors

ConstructorDescription
new(...)
Signature: (visitedGraph:IBidirectionalGraph<'TVertex,'TEdge> * condensatedGraph:IMutableBidirectionalGraph<'TVertex,MergedEdge<'TVertex,'TEdge>> * vertexPredicate:VertexPredicate<'TVertex>) -> unit

Instance members

Instance memberDescription
CondensatedGraph
Signature: IMutableBidirectionalGraph<'TVertex,MergedEdge<'TVertex,'TEdge>>
VertexPredicate
Signature: VertexPredicate<'TVertex>
Fork me on GitHub