The SparseGraph<(Of <(TNode>)>) type exposes the following members.

Constructors

  NameDescription
SparseGraph<(Of <(TNode>)>)
Creates new directed sparse graph

Methods

  NameDescription
AddEdge
Adds a new edge to the graph
AddNode
Adds a new node to the graph
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetEdges
Gets all the out-going edges of a given node
GetHashCode (Inherited from Object.)
GetHeuristicValue
Gets the heuristic value between two nodes
GetNode
Gets a graph node from a given index
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
RemoveEdge
Removes a graph edge
RemoveNode
Removes a graph node
ToString (Inherited from Object.)

Properties

  NameDescription
NodeCount
Gets the total number of nodes in the graph
Nodes
Gets all nodes

See Also