QuickGraph


IGraph<'TVertex, 'TEdge>

Namespace: QuickGraph

A graph with vertices of type and edges of type

Instance members

Instance memberDescription
AllowParallelEdges
Signature: bool
Modifiers: abstract

Gets a value indicating if the graph allows parallel edges

IsDirected
Signature: bool
Modifiers: abstract

Gets a value indicating if the graph is directed

Fork me on GitHub