Provides diverse algorithms and helper methods for solving the shortest path problem on weighted graphs.

Namespace: yWorks.yFiles.Algorithms
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class ShortestPaths
Visual Basic
Public Class ShortestPaths

Remarks

Provides diverse algorithms and helper methods for solving the shortest path problem on weighted graphs.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Algorithms..::..ShortestPaths

See Also