KeRNeLith / QuikGraph

Generic Graph Data Structures and Algorithms for .NET
https://kernelith.github.io/QuikGraph/
Microsoft Public License
467 stars 69 forks source link

[FEATURE] simple_cycles #72

Open chucklu opened 1 year ago

chucklu commented 1 year ago

Describe the solution you'd like Find simple cycles (elementary circuits) of a graph. https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorithms.cycles.simple_cycles.html

Is it possible to support simple_cycles feature in networkx?