QuickGraph


IMutableVertexAndEdgeSet<'TVertex, 'TEdge>

Namespace: QuickGraph

A mutable vertex and edge set

Instance members

Instance memberDescription
AddVerticesAndEdge(edge)
Signature: edge:'TEdge -> bool
Modifiers: abstract

Adds the vertices and edge to the graph.

AddVerticesAndEdgeRange(edges)
Signature: edges:IEnumerable<'TEdge> -> int
Modifiers: abstract

Adds a set of edges (and it's vertices if necessary)

Fork me on GitHub