Header menu logo B2R2

Loop Module

Provides algorithms for loop detection in directed graphs.

Functions and values

Function or value Description

getNaturalLoops g

Full Usage: getNaturalLoops g

Parameters:
Returns: Dictionary<Edge<'a, 'b>, HashSet<IVertex<'a>>>
Type parameters: 'a, 'b (requires equality and equality)

Gets the natural loops in the given directed graph.

g : IDiGraph<'a, 'b>
Returns: Dictionary<Edge<'a, 'b>, HashSet<IVertex<'a>>>

Type something to start searching.