python-simple-cycles
python-simple-cycles copied to clipboard
algorithm for finding all the simple cycles in a graph
Results
2
python-simple-cycles issues
Sort by
recently updated
recently updated
newest added
If the graph is large this implementation is susceptible to python's recursion limit
there's a paper describing an algorithm based on johnsons to find simple cycles up to a bounded length: https://arxiv.org/pdf/2105.10094.pdf Gupta, Anshul, and Toyotaro Suzumura. "Finding All Bounded-Length Simple Cycles in...