QuickGraph


VertexPredecessorPathRecorderObserver<'TVertex, 'TEdge>

Namespace: QuickGraph.Algorithms.Observers

Constructors

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

Instance members

Instance memberDescription
AllPaths()
Signature: unit -> IEnumerable<IEnumerable<'TEdge>>
Attach(algorithm)
Signature: algorithm:IVertexPredecessorRecorderAlgorithm<'TVertex,'TEdge> -> IDisposable
Modifiers: abstract
EndPathVertices
Signature: ICollection<'TVertex>
VertexPredecessors
Signature: IDictionary<'TVertex,'TEdge>
Fork me on GitHub