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

Namespace: yWorks.yFiles.Algorithms
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

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