Loop Module
Provides algorithms for loop detection in directed graphs.
Functions and values
| Function or value |
Description
|
Full Usage:
getNaturalLoops g
Parameters:
IDiGraph<'a, 'b>
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.
|
B2R2