QuickGraph


IsolatedVertexPredicate<'TVertex, 'TEdge>

Namespace: QuickGraph.Predicates

A vertex predicate that detects vertex with no in or out edges.

Constructors

ConstructorDescription
new(visitedGraph)
Signature: visitedGraph:IBidirectionalGraph<'TVertex,'TEdge> -> unit

Instance members

Instance memberDescription
Test(v)
Signature: v:'TVertex -> bool
Fork me on GitHub