IsolatedVertexPredicate<'TVertex, 'TEdge>
Namespace: QuickGraph.Predicates
A vertex predicate that detects vertex with no in or out edges.
Constructors
Constructor | Description |
new(visitedGraph)
Signature: visitedGraph:IBidirectionalGraph<'TVertex,'TEdge> -> unit
|
Instance members
Instance member | Description |
Test(v)
Signature: v:'TVertex -> bool
|