Search
PathFinder Members
Constructors Methods
 


Provides methods that help you find paths and cycles in a graph.

The following tables list the members exposed by the PathFinder type.

 Public Constructors

  Name Description

PathFinder

Overloaded. Initializes a new instance of the PathFinder class.

 Public Methods

  Name Description

EnumAllCycles

Enumerates all cycles in the underlying diagram.

EnumAllPaths

Overloaded.  

FindAllCycles

Finds all cycles in the underlying diagram.

FindAllPaths

Overloaded.  

FindCycle

Overloaded. Finds a cycle in the underlying diagram.

FindLongestPath

Overloaded. Finds the longest path in the underlying diagram.

FindShortestPath

Overloaded. Finds the shortest path in the underlying diagram.

 See Also