QuickGraph


VertexPredecessorRecorderObserver<'TVertex, 'TEdge>

Namespace: QuickGraph.Algorithms.Observers

Constructors

ConstructorDescription
new()
Signature: unit -> unit
new(vertexPredecessors)
Signature: vertexPredecessors:Dictionary<'TVertex,'TEdge> -> unit

Instance members

Instance memberDescription
Attach(algorithm)
Signature: algorithm:ITreeBuilderAlgorithm<'TVertex,'TEdge> -> IDisposable
Modifiers: abstract
TryGetPath(vertex, path)
Signature: (vertex:'TVertex * path:byref<IEnumerable<'TEdge>>) -> bool
VertexPredecessors
Signature: IDictionary<'TVertex,'TEdge>
Fork me on GitHub