Find cycles in graph

I have installed python-igraph with pip (version 0.11.8).

I created a directed graph but I am not able to access the function simple_cycles reported in the doc.
I found in the C documentation that the related functions in the C language are still experimental; however I do not understand whether the function is already available in python or not.

Thanks for the heads up. Version 0.11.9 of the package is now released and it includes simple_cycles.

2 Likes