QuickGraph


IMutableIncidenceGraph<'TVertex, 'TEdge>

Namespace: QuickGraph

A mutable incidence graph

Instance members

Instance memberDescription
ClearOutEdges(v)
Signature: v:'TVertex -> unit
Modifiers: abstract

Trims the out edges of vertex

RemoveOutEdgeIf(v, predicate)
Signature: (v:'TVertex * predicate:EdgePredicate<'TVertex,'TEdge>) -> int
Modifiers: abstract

Removes all out edges of where evalutes to true.

TrimEdgeExcess()
Signature: unit -> unit
Modifiers: abstract

Trims excess storage allocated for edges

Fork me on GitHub