IMutableIncidenceGraph<'TVertex, 'TEdge>
Namespace: QuickGraph
A mutable incidence graph
Instance members
Instance member | Description |
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 |