An optional delegate that can help optimize the algorithm by showing it a subset of nodes to consider. Very useful for limited connectivity graphs. (like pixels on a screen!)
NearbyNodesHint
01 Syntax
Microsoft.VisualBasic.Data.GraphTheory.Dijkstra.PQDijkstra.DijkstraFast.NearbyNodesHint
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| BeginInvoke | 1 | |
| EndInvoke | 1 | |
| Invoke | 1 |
03 Members
BeginInvoke(
Int32, AsyncCallback, Object)EndInvoke(
IAsyncResult)Invoke(
Int32)