darrenstrash / quick-cliques

Quickly compute all maximal cliques of a graph
GNU General Public License v3.0
75 stars 23 forks source link

Can quick-cliques only print out cliques larger than an user-defined threshold? #1

Open zhixingfeng opened 7 years ago

zhixingfeng commented 7 years ago

Hi, I compiled quick-cliques with "PRINT_CLIQUES_ONE_BY_ONE" and found it printed out too many cliques on my dataset. Is there any way to only print cliques larger than an user-defined threshold?

Thank you so much.

Best

Zhixing Feng

darrenstrash commented 7 years ago

Hi Zhixing Feng,

Thanks for letting me know that you desire this feature! I plan to introduce both lower bound and upper bound checking soon. Stay tuned!

Best, Darren