RootedSearchAlgorithmBase<'TVertex, 'TGraph>
Namespace: QuickGraph.Algorithms
Constructors
Constructor | Description |
new(host, visitedGraph)
Signature: (host:IAlgorithmComponent * visitedGraph:'TGraph) -> unit
|
Instance members
Instance member | Description |
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
|