Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conga algorithm is taking too long to give return the result for graph with node more than 1k nodes #207

Open
theDarkseid opened this issue Mar 26, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@theDarkseid
Copy link

I had run one of cdlib algorithm conga with graph having more than 1000 nodes, but It has been taking too long to execute.

@github-actions
Copy link

Thanks for submitting your first issue!

@GiulioRossetti
Copy link
Owner

Cdlib integrate a third party implementation of Conga. Indeed, the algorithm have a non negligible time complexity, however if you feel that it is taking too long please contact the original authors of the integrated implementation (see https://cdlib.readthedocs.io/en/latest/reference/cd_algorithms/algs/cdlib.algorithms.conga.html)

@GiulioRossetti GiulioRossetti added the enhancement New feature or request label Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants