IMutableBidirectionalGraph<'TVertex, 'TEdge>
Namespace: QuickGraph
A mutable bidirectional directed graph
Instance members
Instance member | Description |
ClearEdges(v)
Signature: v:'TVertex -> unit
Modifiers: abstract |
Clears in-edges and out-edges of |
ClearInEdges(v)
Signature: v:'TVertex -> unit
Modifiers: abstract |
Clears in-edges of |
RemoveInEdgeIf(v, edgePredicate)
Signature: (v:'TVertex * edgePredicate:EdgePredicate<'TVertex,'TEdge>) -> int
Modifiers: abstract |
Removes in-edges of that match predicate . |