python-igraph icon indicating copy to clipboard operation
python-igraph copied to clipboard

igraph_list_triangles() should be exposed

Open szhorvat opened this issue 3 years ago • 1 comments

igraph_list_triangles() should be exposed in Python. I had a need for it today and I was quite surprised that it was not available!

szhorvat avatar Apr 09 '22 14:04 szhorvat

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 19 '22 05:06 stale[bot]

Added Graph.list_triangles() in the develop branch in 29aea1b

ntamas avatar Aug 17 '22 13:08 ntamas