QuickGraph


RootedSearchAlgorithmBase<'TVertex, 'TGraph>

Namespace: QuickGraph.Algorithms

Constructors

ConstructorDescription
new(host, visitedGraph)
Signature: (host:IAlgorithmComponent * visitedGraph:'TGraph) -> unit

Instance members

Instance memberDescription
ClearGoalVertex()
Signature: unit -> unit
Compute(root, goal)
Signature: (root:'TVertex * goal:'TVertex) -> unit
GoalReached
Signature: IEvent<EventHandler,EventArgs>
GoalVertexChanged
Signature: IEvent<EventHandler,EventArgs>
SetGoalVertex(goalVertex)
Signature: goalVertex:'TVertex -> unit
TryGetGoalVertex(goalVertex)
Signature: goalVertex:byref<'TVertex> -> bool
Fork me on GitHub