Click or drag to resize
FloydWarshallNegativeCycle Method
Returns a negative cycle, or null if there is no such cycle.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IEnumerable<DirectedEdge> NegativeCycle()

Return Value

Type: IEnumerableDirectedEdge
a negative cycle as an iterable of edges, or null if there is no such cycle
See Also