Namespace:  QuickGraph.Algorithms.AllShortestPath.Reducers
Assembly:  QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
public class FloydWarshallNegativeCycleDistanceReducer : IFloydWarshallDistanceReducer
Visual Basic (Declaration)
Public Class FloydWarshallNegativeCycleDistanceReducer _
	Implements IFloydWarshallDistanceReducer

Inheritance Hierarchy

System..::.Object
  QuickGraph.Algorithms.AllShortestPath.Reducers..::.FloydWarshallNegativeCycleDistanceReducer

See Also