Skip to content
James Bremner edited this page Feb 27, 2023 · 10 revisions

This option finds the cycles in a directed graph

Input

format

The first line specifies the calculation required. It must contain

format cycle

Links

Column Description
1 l for link
2 src node name
3 dst node name

Example

format cycle
l a b
l b c
l c d
l d a


        





Clone this wiki locally